#666656

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

Shades of Hemlock #666656

Tints of Hemlock #666656

Color information

#666656 (or 0x666656) is unknown color: approx Hemlock. HEX triplet: 66, 66 and 56. RGB value is (102,102,86). Sum of RGB (Red+Green+Blue) = 102+102+86=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666656 is #9999A9. Grayscale: #646464. Windows color (decimal): -10066346 or 5662310. OLE color: 5662310.

HSL color Cylindrical-coordinate representation of color #666656: hue angle of 60º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666656 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB10210286-
CMYK000.160.6
HSL60º8.51%36.86%-
HSV(B)60º15.69%40%-
XYZ11.911310.69-
YUV100.18120129.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=35.17%
G=35.17%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210286000.160.6608.5136.86
Hex66665600103C3c925
Octal146146126002074741145
Binary11001101100110101011000100001111001111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666656; }

 p { color: rgb(102,102,86); }

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

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

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

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

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

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

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