#666555

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

Shades of Hemlock #666555

Tints of Hemlock #666555

Color information

#666555 (or 0x666555) is unknown color: approx Hemlock. HEX triplet: 66, 65 and 55. RGB value is (102,101,85). Sum of RGB (Red+Green+Blue) = 102+101+85=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #666555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666555 is #999AAA. Grayscale: #636363. Windows color (decimal): -10066603 or 5596518. OLE color: 5596518.

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

Color convert

RGB10210185-
CMYK00.010.170.6
HSL56.47º9.09%36.67%-
HSV(B)56.47º16.67%40%-
XYZ11.7712.7910.44-
YUV99.48119.83129.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=35.42%
G=35.07%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021018500.010.170.656.479.0936.67
Hex66655501113C38925
Octal146145125012174701145
Binary11001101100101101010101100011111001110001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666555; }

 p { color: rgb(102,101,85); }

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

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

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

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

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

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

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