#666446

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

Shades of Hemlock #666446

Tints of Hemlock #666446

Color information

#666446 (or 0x666446) is unknown color: approx Hemlock. HEX triplet: 66, 64 and 46. RGB value is (102,100,70). Sum of RGB (Red+Green+Blue) = 102+100+70=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #666446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666446 is #999BB9. Grayscale: #616161. Windows color (decimal): -10066874 or 4613222. OLE color: 4613222.

HSL color Cylindrical-coordinate representation of color #666446: hue angle of 56.25º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666446 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB10210070-
CMYK00.020.310.6
HSL56.25º18.6%33.73%-
HSV(B)56.25º31.37%40%-
XYZ11.1412.387.6-
YUV97.18112.66131.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=37.5%
G=36.76%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021007000.020.310.656.2518.633.73
Hex666446021F3C381322
Octal146144106023774702342
Binary1100110110010010001100101111111110011100010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666446; }

 p { color: rgb(102,100,70); }

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

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

 a { background-color: rgb(102,100,70); }

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

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

 span { border-color: rgb(102,100,70); }

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