#64411B

Color #64411B Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #64411B

Tints of Dark Brown #64411B

Color information

#64411B (or 0x64411B) is unknown color: approx Dark Brown. HEX triplet: 64, 41 and 1B. RGB value is (100,65,27). Sum of RGB (Red+Green+Blue) = 100+65+27=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64411B is #9BBEE4. Grayscale: #474747. Windows color (decimal): -10206949 or 1786212. OLE color: 1786212.

HSL color Cylindrical-coordinate representation of color #64411B: hue angle of 31.23º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64411B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1006527-
CMYK00.350.730.61
HSL31.23º57.48%24.9%-
HSV(B)31.23º73%39.22%-
XYZ7.346.571.92-
YUV71.13103.1148.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.08%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=52.08%
G=33.85%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100652700.350.730.6131.2357.4824.9
Hex64411B023493D1f3919
Octal1441013304311175377131
Binary1100100100000111011010001110010011111011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64411B; }

 p { color: rgb(100,65,27); }

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

<style>
 a { background-color: #64411B; }

 a { background-color: rgb(100,65,27); }

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

<style>
 span { border-color: #64411B; }

 span { border-color: rgb(100,65,27); }

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