Shades of Hemlock #615F4F
Tints of Hemlock #615F4F
RGB
CMYK
RGB Variations
Color information
#615F4F (or 0x615F4F) is known color: Hemlock. HEX triplet: 61, 5F and 4F. RGB value is (97,95,79). Sum of RGB (Red+Green+Blue) = 97+95+79=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #615F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F4F is #9EA0B0. Grayscale: #5D5D5D. Windows color (decimal): -10395825 or 5201761. OLE color: 5201761.
HSL color Cylindrical-coordinate representation of color #615F4F: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615F4F is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 79 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.62 |
| HSL | 53.33º | 0.1% | 0.35% | - |
| HSV(B) | 53.33º | 0.19% | 0.38% | - |
| XYZ | 10.43 | 11.29 | 9.03 | - |
| YUV | 93.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 79 | 0 | 0.02 | 0.19 | 0.62 | 53.33 | 0.1 | 0.35 |
| Hex | 61 | 5F | 4F | 0 | 2 | 13 | 3E | 35 | A | 23 |
| Octal | 141 | 137 | 117 | 0 | 2 | 23 | 76 | 65 | 12 | 43 |
| Binary | 1100001 | 1011111 | 1001111 | 0 | 10 | 10011 | 111110 | 110101 | 1010 | 100011 |
Color Harmonies of #615F4F
Complementary color
Monochromatic Colors of #615F4F
Black with #615F4F
Text Example
Text Example
White with #615F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F4F; }
p { color: rgb(97,95,79); }
H1.HeaderClassName
{
color: #615F4F;
}
.AnyTagClassName
{
color: #615F4F;
}
</style>
background-color css
<style>
a { background-color: #615F4F; }
a { background-color: rgb(97,95,79); }
div.DivClassName
{
background-color: #615F4F;
}
.BgClassName
{
background-color: #615F4F;
}
</style>
border-color css
<style>
span { border-color: #615F4F; }
span { border-color: rgb(97,95,79); }
td.TdClassName
{
border-color: #615F4F;
}
.TagClassName
{
border-color: #615F4F;
}
</style>