Shades of Hemlock #60604D
Tints of Hemlock #60604D
RGB
CMYK
RGB Variations
Color information
#60604D (or 0x60604D) is known color: Hemlock. HEX triplet: 60, 60 and 4D. RGB value is (96,96,77). Sum of RGB (Red+Green+Blue) = 96+96+77=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60604D is #9F9FB2. Grayscale: #5D5D5D. Windows color (decimal): -10461107 or 5070944. OLE color: 5070944.
HSL color Cylindrical-coordinate representation of color #60604D: hue angle of 60º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60604D is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 96 | 77 | - |
| CMYK | 0 | 0 | 0.20 | 0.62 |
| HSL | 60º | 0.11% | 0.34% | - |
| HSV(B) | 60º | 0.2% | 0.38% | - |
| XYZ | 10.35 | 11.39 | 8.67 | - |
| YUV | 93.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 77 | 0 | 0 | 0.20 | 0.62 | 60 | 0.11 | 0.34 |
| Hex | 60 | 60 | 4D | 0 | 0 | 14 | 3E | 3C | B | 22 |
| Octal | 140 | 140 | 115 | 0 | 0 | 24 | 76 | 74 | 13 | 42 |
| Binary | 1100000 | 1100000 | 1001101 | 0 | 0 | 10100 | 111110 | 111100 | 1011 | 100010 |
Color Harmonies of #60604D
Complementary color
Monochromatic Colors of #60604D
Black with #60604D
Text Example
Text Example
White with #60604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60604D; }
p { color: rgb(96,96,77); }
H1.HeaderClassName
{
color: #60604D;
}
.AnyTagClassName
{
color: #60604D;
}
</style>
background-color css
<style>
a { background-color: #60604D; }
a { background-color: rgb(96,96,77); }
div.DivClassName
{
background-color: #60604D;
}
.BgClassName
{
background-color: #60604D;
}
</style>
border-color css
<style>
span { border-color: #60604D; }
span { border-color: rgb(96,96,77); }
td.TdClassName
{
border-color: #60604D;
}
.TagClassName
{
border-color: #60604D;
}
</style>