#664820

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

Shades of Dark Brown #664820

Tints of Dark Brown #664820

Color information

#664820 (or 0x664820) is unknown color: approx Dark Brown. HEX triplet: 66, 48 and 20. RGB value is (102,72,32). Sum of RGB (Red+Green+Blue) = 102+72+32=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664820 is #99B7DF. Grayscale: #4C4C4C. Windows color (decimal): -10074080 or 2115686. OLE color: 2115686.

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

Color convert

RGB1027232-
CMYK00.290.690.6
HSL34.29º52.24%26.27%-
HSV(B)34.29º68.63%40%-
XYZ8.067.562.4-
YUV76.41102.94146.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=49.51%
G=34.95%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102723200.290.690.634.2952.2426.27
Hex66482001D453C22341a
Octal1461104003510574426432
Binary11001101001000100000011101100010111110010001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664820; }

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

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

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

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

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

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

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

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