#644213

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

Shades of Dark Brown #644213

Tints of Dark Brown #644213

Color information

#644213 (or 0x644213) is unknown color: approx Dark Brown. HEX triplet: 64, 42 and 13. RGB value is (100,66,19). Sum of RGB (Red+Green+Blue) = 100+66+19=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #644213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644213 is #9BBDEC. Grayscale: #474747. Windows color (decimal): -10206701 or 1262180. OLE color: 1262180.

HSL color Cylindrical-coordinate representation of color #644213: hue angle of 34.81º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #644213 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB1006619-
CMYK00.340.810.61
HSL34.81º68.07%23.33%-
HSV(B)34.81º81%39.22%-
XYZ7.326.651.51-
YUV70.8198.76148.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=54.05%
G=35.68%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100661900.340.810.6134.8168.0723.33
Hex644213022513D234417
Octal14410223042121754310427
Binary110010010000101001101000101010001111101100011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644213; }

 p { color: rgb(100,66,19); }

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

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

 a { background-color: rgb(100,66,19); }

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

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

 span { border-color: rgb(100,66,19); }

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