Shades of Hemlock #606052
Tints of Hemlock #606052
RGB
CMYK
RGB Variations
Color information
#606052 (or 0x606052) is known color: Hemlock. HEX triplet: 60, 60 and 52. RGB value is (96,96,82). Sum of RGB (Red+Green+Blue) = 96+96+82=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606052 is #9F9FAD. Grayscale: #5E5E5E. Windows color (decimal): -10461102 or 5398624. OLE color: 5398624.
HSL color Cylindrical-coordinate representation of color #606052: hue angle of 60º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606052 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 96 | 82 | - |
| CMYK | 0 | 0 | 0.15 | 0.62 |
| HSL | 60º | 0.08% | 0.35% | - |
| HSV(B) | 60º | 0.15% | 0.38% | - |
| XYZ | 10.53 | 11.46 | 9.64 | - |
| YUV | 94.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 82 | 0 | 0 | 0.15 | 0.62 | 60 | 0.08 | 0.35 |
| Hex | 60 | 60 | 52 | 0 | 0 | F | 3E | 3C | 8 | 23 |
| Octal | 140 | 140 | 122 | 0 | 0 | 17 | 76 | 74 | 10 | 43 |
| Binary | 1100000 | 1100000 | 1010010 | 0 | 0 | 1111 | 111110 | 111100 | 1000 | 100011 |
Color Harmonies of #606052
Complementary color
Monochromatic Colors of #606052
Black with #606052
Text Example
Text Example
White with #606052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606052; }
p { color: rgb(96,96,82); }
H1.HeaderClassName
{
color: #606052;
}
.AnyTagClassName
{
color: #606052;
}
</style>
background-color css
<style>
a { background-color: #606052; }
a { background-color: rgb(96,96,82); }
div.DivClassName
{
background-color: #606052;
}
.BgClassName
{
background-color: #606052;
}
</style>
border-color css
<style>
span { border-color: #606052; }
span { border-color: rgb(96,96,82); }
td.TdClassName
{
border-color: #606052;
}
.TagClassName
{
border-color: #606052;
}
</style>