Shades of Hemlock #605F4D
Tints of Hemlock #605F4D
RGB
CMYK
RGB Variations
Color information
#605F4D (or 0x605F4D) is known color: Hemlock. HEX triplet: 60, 5F and 4D. RGB value is (96,95,77). Sum of RGB (Red+Green+Blue) = 96+95+77=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F4D is #9FA0B2. Grayscale: #5D5D5D. Windows color (decimal): -10461363 or 5070688. OLE color: 5070688.
HSL color Cylindrical-coordinate representation of color #605F4D: hue angle of 56.84º 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 #605F4D is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 77 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.62 |
| HSL | 56.84º | 0.11% | 0.34% | - |
| HSV(B) | 56.84º | 0.2% | 0.38% | - |
| XYZ | 10.26 | 11.21 | 8.64 | - |
| YUV | 93.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 77 | 0 | 0.01 | 0.20 | 0.62 | 56.84 | 0.11 | 0.34 |
| Hex | 60 | 5F | 4D | 0 | 1 | 14 | 3E | 39 | B | 22 |
| Octal | 140 | 137 | 115 | 0 | 1 | 24 | 76 | 71 | 13 | 42 |
| Binary | 1100000 | 1011111 | 1001101 | 0 | 1 | 10100 | 111110 | 111001 | 1011 | 100010 |
Color Harmonies of #605F4D
Complementary color
Monochromatic Colors of #605F4D
Black with #605F4D
Text Example
Text Example
White with #605F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F4D; }
p { color: rgb(96,95,77); }
H1.HeaderClassName
{
color: #605F4D;
}
.AnyTagClassName
{
color: #605F4D;
}
</style>
background-color css
<style>
a { background-color: #605F4D; }
a { background-color: rgb(96,95,77); }
div.DivClassName
{
background-color: #605F4D;
}
.BgClassName
{
background-color: #605F4D;
}
</style>
border-color css
<style>
span { border-color: #605F4D; }
span { border-color: rgb(96,95,77); }
td.TdClassName
{
border-color: #605F4D;
}
.TagClassName
{
border-color: #605F4D;
}
</style>