#64391D

Color #64391D Carnaby Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnaby Tan #64391D

Tints of Carnaby Tan #64391D

Color information

#64391D (or 0x64391D) is unknown color: approx Carnaby Tan. HEX triplet: 64, 39 and 1D. RGB value is (100,57,29). Sum of RGB (Red+Green+Blue) = 100+57+29=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #64391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64391D is #9BC6E2. Grayscale: #424242. Windows color (decimal): -10208995 or 1915236. OLE color: 1915236.

HSL color Cylindrical-coordinate representation of color #64391D: hue angle of 23.66º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64391D is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB1005729-
CMYK00.430.710.61
HSL23.66º55.04%25.29%-
HSV(B)23.66º71%39.22%-
XYZ6.945.721.9-
YUV66.66106.75151.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=53.76%
G=30.65%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100572900.430.710.6123.6655.0425.29
Hex64391D02B473D183719
Octal144713505310775306731
Binary110010011100111101010101110001111111011100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64391D; }

 p { color: rgb(100,57,29); }

 H1.HeaderClassName
 {
   color: #64391D;
 }
 .AnyTagClassName
 {
   color: #64391D;
 }
</style>
background-color css

<style>
 a { background-color: #64391D; }

 a { background-color: rgb(100,57,29); }

 div.DivClassName
 {
   background-color: #64391D;
 }
 .BgClassName
 {
   background-color: #64391D;
 }
</style>
border-color css

<style>
 span { border-color: #64391D; }

 span { border-color: rgb(100,57,29); }

 td.TdClassName
 {
   border-color: #64391D;
 }
 .TagClassName
 {
   border-color: #64391D;
 }
</style>