Shades of Hemlock #605F4B
Tints of Hemlock #605F4B
RGB
CMYK
RGB Variations
Color information
#605F4B (or 0x605F4B) is known color: Hemlock. HEX triplet: 60, 5F and 4B. RGB value is (96,95,75). Sum of RGB (Red+Green+Blue) = 96+95+75=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #605F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F4B is #9FA0B4. Grayscale: #5D5D5D. Windows color (decimal): -10461365 or 4939616. OLE color: 4939616.
HSL color Cylindrical-coordinate representation of color #605F4B: hue angle of 57.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605F4B is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 75 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.62 |
| HSL | 57.14º | 0.12% | 0.34% | - |
| HSV(B) | 57.14º | 0.22% | 0.38% | - |
| XYZ | 10.19 | 11.18 | 8.28 | - |
| YUV | 93.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 75 | 0 | 0.01 | 0.22 | 0.62 | 57.14 | 0.12 | 0.34 |
| Hex | 60 | 5F | 4B | 0 | 1 | 16 | 3E | 39 | C | 22 |
| Octal | 140 | 137 | 113 | 0 | 1 | 26 | 76 | 71 | 14 | 42 |
| Binary | 1100000 | 1011111 | 1001011 | 0 | 1 | 10110 | 111110 | 111001 | 1100 | 100010 |
Color Harmonies of #605F4B
Complementary color
Monochromatic Colors of #605F4B
Black with #605F4B
Text Example
Text Example
White with #605F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F4B; }
p { color: rgb(96,95,75); }
H1.HeaderClassName
{
color: #605F4B;
}
.AnyTagClassName
{
color: #605F4B;
}
</style>
background-color css
<style>
a { background-color: #605F4B; }
a { background-color: rgb(96,95,75); }
div.DivClassName
{
background-color: #605F4B;
}
.BgClassName
{
background-color: #605F4B;
}
</style>
border-color css
<style>
span { border-color: #605F4B; }
span { border-color: rgb(96,95,75); }
td.TdClassName
{
border-color: #605F4B;
}
.TagClassName
{
border-color: #605F4B;
}
</style>