Shades of Hemlock #605F50
Tints of Hemlock #605F50
RGB
CMYK
RGB Variations
Color information
#605F50 (or 0x605F50) is known color: Hemlock. HEX triplet: 60, 5F and 50. RGB value is (96,95,80). Sum of RGB (Red+Green+Blue) = 96+95+80=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 96 - color contains mainly: red. Hex color #605F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F50 is #9FA0AF. Grayscale: #5D5D5D. Windows color (decimal): -10461360 or 5267296. OLE color: 5267296.
HSL color Cylindrical-coordinate representation of color #605F50: hue angle of 56.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605F50 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 80 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.62 |
| HSL | 56.25º | 0.09% | 0.35% | - |
| HSV(B) | 56.25º | 0.17% | 0.38% | - |
| XYZ | 10.36 | 11.25 | 9.21 | - |
| YUV | 93.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 80 | 0 | 0.01 | 0.17 | 0.62 | 56.25 | 0.09 | 0.35 |
| Hex | 60 | 5F | 50 | 0 | 1 | 11 | 3E | 38 | 9 | 23 |
| Octal | 140 | 137 | 120 | 0 | 1 | 21 | 76 | 70 | 11 | 43 |
| Binary | 1100000 | 1011111 | 1010000 | 0 | 1 | 10001 | 111110 | 111000 | 1001 | 100011 |
Color Harmonies of #605F50
Complementary color
Monochromatic Colors of #605F50
Black with #605F50
Text Example
Text Example
White with #605F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F50; }
p { color: rgb(96,95,80); }
H1.HeaderClassName
{
color: #605F50;
}
.AnyTagClassName
{
color: #605F50;
}
</style>
background-color css
<style>
a { background-color: #605F50; }
a { background-color: rgb(96,95,80); }
div.DivClassName
{
background-color: #605F50;
}
.BgClassName
{
background-color: #605F50;
}
</style>
border-color css
<style>
span { border-color: #605F50; }
span { border-color: rgb(96,95,80); }
td.TdClassName
{
border-color: #605F50;
}
.TagClassName
{
border-color: #605F50;
}
</style>