#664020

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

Shades of Dark Brown #664020

Tints of Dark Brown #664020

Color information

#664020 (or 0x664020) is unknown color: approx Dark Brown. HEX triplet: 66, 40 and 20. RGB value is (102,64,32). Sum of RGB (Red+Green+Blue) = 102+64+32=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #664020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664020 is #99BFDF. Grayscale: #474747. Windows color (decimal): -10076128 or 2113638. OLE color: 2113638.

HSL color Cylindrical-coordinate representation of color #664020: hue angle of 27.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 #664020 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1026432-
CMYK00.370.690.6
HSL27.43º52.24%26.27%-
HSV(B)27.43º68.63%40%-
XYZ7.576.62.24-
YUV71.71105.59149.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=51.52%
G=32.32%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102643200.370.690.627.4352.2426.27
Hex664020025453C1b341a
Octal1461004004510574336432
Binary11001101000000100000010010110001011111001101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664020; }

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

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

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

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

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

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

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

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