#664724

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

Shades of Dark Brown #664724

Tints of Dark Brown #664724

Color information

#664724 (or 0x664724) is unknown color: approx Dark Brown. HEX triplet: 66, 47 and 24. RGB value is (102,71,36). Sum of RGB (Red+Green+Blue) = 102+71+36=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664724 is #99B8DB. Grayscale: #4C4C4C. Windows color (decimal): -10074332 or 2377574. OLE color: 2377574.

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

Color convert

RGB1027136-
CMYK00.300.650.6
HSL31.82º47.83%27.06%-
HSV(B)31.82º64.71%40%-
XYZ8.057.462.68-
YUV76.28105.27146.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=48.80%
G=33.97%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102713600.300.650.631.8247.8327.06
Hex66472401E413C20301b
Octal1461074403610174406033
Binary11001101000111100100011110100000111110010000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664724; }

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

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

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

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

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

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

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

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