#64471A

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

Shades of Dark Brown #64471A

Tints of Dark Brown #64471A

Color information

#64471A (or 0x64471A) is unknown color: approx Dark Brown. HEX triplet: 64, 47 and 1A. RGB value is (100,71,26). Sum of RGB (Red+Green+Blue) = 100+71+26=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64471A is #9BB8E5. Grayscale: #4A4A4A. Windows color (decimal): -10205414 or 1722212. OLE color: 1722212.

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

Color convert

RGB1007126-
CMYK00.290.740.61
HSL36.49º58.73%24.71%-
HSV(B)36.49º74%39.22%-
XYZ7.77.291.98-
YUV74.54100.61146.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=50.76%
G=36.04%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100712600.290.740.6136.4958.7324.71
Hex64471A01D4A3D243b19
Octal1441073203511275447331
Binary1100100100011111010011101100101011110110010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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