#664224

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

Shades of Dark Brown #664224

Tints of Dark Brown #664224

Color information

#664224 (or 0x664224) is unknown color: approx Dark Brown. HEX triplet: 66, 42 and 24. RGB value is (102,66,36). Sum of RGB (Red+Green+Blue) = 102+66+36=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664224 is #99BDDB. Grayscale: #494949. Windows color (decimal): -10075612 or 2376294. OLE color: 2376294.

HSL color Cylindrical-coordinate representation of color #664224: hue angle of 27.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664224 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1026636-
CMYK00.350.650.6
HSL27.27º47.83%27.06%-
HSV(B)27.27º64.71%40%-
XYZ7.756.852.58-
YUV73.34106.93148.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=50%
G=32.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102663600.350.650.627.2747.8327.06
Hex664224023413C1b301b
Octal1461024404310174336033
Binary11001101000010100100010001110000011111001101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664224; }

 p { color: rgb(102,66,36); }

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

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

 a { background-color: rgb(102,66,36); }

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

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

 span { border-color: rgb(102,66,36); }

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