Shades of Hemlock #606055
Tints of Hemlock #606055
RGB
CMYK
RGB Variations
Color information
#606055 (or 0x606055) is known color: Hemlock. HEX triplet: 60, 60 and 55. RGB value is (96,96,85). Sum of RGB (Red+Green+Blue) = 96+96+85=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606055 is #9F9FAA. Grayscale: #5E5E5E. Windows color (decimal): -10461099 or 5595232. OLE color: 5595232.
HSL color Cylindrical-coordinate representation of color #606055: hue angle of 60º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #606055 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 96 | 85 | - |
| CMYK | 0 | 0 | 0.11 | 0.62 |
| HSL | 60º | 0.06% | 0.35% | - |
| HSV(B) | 60º | 0.11% | 0.38% | - |
| XYZ | 10.65 | 11.51 | 10.25 | - |
| YUV | 94.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 85 | 0 | 0 | 0.11 | 0.62 | 60 | 0.06 | 0.35 |
| Hex | 60 | 60 | 55 | 0 | 0 | B | 3E | 3C | 6 | 23 |
| Octal | 140 | 140 | 125 | 0 | 0 | 13 | 76 | 74 | 6 | 43 |
| Binary | 1100000 | 1100000 | 1010101 | 0 | 0 | 1011 | 111110 | 111100 | 110 | 100011 |
Color Harmonies of #606055
Complementary color
Monochromatic Colors of #606055
Black with #606055
Text Example
Text Example
White with #606055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606055; }
p { color: rgb(96,96,85); }
H1.HeaderClassName
{
color: #606055;
}
.AnyTagClassName
{
color: #606055;
}
</style>
background-color css
<style>
a { background-color: #606055; }
a { background-color: rgb(96,96,85); }
div.DivClassName
{
background-color: #606055;
}
.BgClassName
{
background-color: #606055;
}
</style>
border-color css
<style>
span { border-color: #606055; }
span { border-color: rgb(96,96,85); }
td.TdClassName
{
border-color: #606055;
}
.TagClassName
{
border-color: #606055;
}
</style>