#664720

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

Shades of Dark Brown #664720

Tints of Dark Brown #664720

Color information

#664720 (or 0x664720) is unknown color: approx Dark Brown. HEX triplet: 66, 47 and 20. RGB value is (102,71,32). Sum of RGB (Red+Green+Blue) = 102+71+32=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664720 is #99B8DF. Grayscale: #4C4C4C. Windows color (decimal): -10074336 or 2115430. OLE color: 2115430.

HSL color Cylindrical-coordinate representation of color #664720: hue angle of 33.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664720 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1027132-
CMYK00.300.690.6
HSL33.43º52.24%26.27%-
HSV(B)33.43º68.63%40%-
XYZ7.997.442.38-
YUV75.82103.27146.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=49.76%
G=34.63%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102713200.300.690.633.4352.2426.27
Hex66472001E453C21341a
Octal1461074003610574416432
Binary11001101000111100000011110100010111110010000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664720; }

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

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

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

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

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

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

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

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