#64471C

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

Shades of Dark Brown #64471C

Tints of Dark Brown #64471C

Color information

#64471C (or 0x64471C) is unknown color: approx Dark Brown. HEX triplet: 64, 47 and 1C. RGB value is (100,71,28). Sum of RGB (Red+Green+Blue) = 100+71+28=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64471C is #9BB8E3. Grayscale: #4A4A4A. Windows color (decimal): -10205412 or 1853284. OLE color: 1853284.

HSL color Cylindrical-coordinate representation of color #64471C: hue angle of 35.83º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64471C is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB1007128-
CMYK00.290.720.61
HSL35.83º56.25%25.1%-
HSV(B)35.83º72%39.22%-
XYZ7.727.32.1-
YUV74.77101.61146-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=50.25%
G=35.68%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100712800.290.720.6135.8356.2525.1
Hex64471C01D483D243819
Octal1441073403511075447031
Binary1100100100011111100011101100100011110110010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64471C; }

 p { color: rgb(100,71,28); }

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

<style>
 a { background-color: #64471C; }

 a { background-color: rgb(100,71,28); }

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

<style>
 span { border-color: #64471C; }

 span { border-color: rgb(100,71,28); }

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