#664120

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

Shades of Dark Brown #664120

Tints of Dark Brown #664120

Color information

#664120 (or 0x664120) is unknown color: approx Dark Brown. HEX triplet: 66, 41 and 20. RGB value is (102,65,32). Sum of RGB (Red+Green+Blue) = 102+65+32=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #664120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664120 is #99BEDF. Grayscale: #484848. Windows color (decimal): -10075872 or 2113894. OLE color: 2113894.

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

Color convert

RGB1026532-
CMYK00.360.690.6
HSL28.29º52.24%26.27%-
HSV(B)28.29º68.63%40%-
XYZ7.636.712.26-
YUV72.3105.26149.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=51.26%
G=32.66%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102653200.360.690.628.2952.2426.27
Hex664120024453C1c341a
Octal1461014004410574346432
Binary11001101000001100000010010010001011111001110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664120; }

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

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

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

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

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

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

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

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