#664324

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

Shades of Dark Brown #664324

Tints of Dark Brown #664324

Color information

#664324 (or 0x664324) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 24. RGB value is (102,67,36). Sum of RGB (Red+Green+Blue) = 102+67+36=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664324 is #99BCDB. Grayscale: #4A4A4A. Windows color (decimal): -10075356 or 2376550. OLE color: 2376550.

HSL color Cylindrical-coordinate representation of color #664324: hue angle of 28.18º 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 #664324 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1026736-
CMYK00.340.650.6
HSL28.18º47.83%27.06%-
HSV(B)28.18º64.71%40%-
XYZ7.816.972.6-
YUV73.93106.6148.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=49.76%
G=32.68%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102673600.340.650.628.1847.8327.06
Hex664324022413C1c301b
Octal1461034404210174346033
Binary11001101000011100100010001010000011111001110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664324; }

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

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

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

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

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

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

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

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