Shades of Hemlock #615F4B
Tints of Hemlock #615F4B
RGB
CMYK
RGB Variations
Color information
#615F4B (or 0x615F4B) is known color: Hemlock. HEX triplet: 61, 5F and 4B. RGB value is (97,95,75). Sum of RGB (Red+Green+Blue) = 97+95+75=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #615F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F4B is #9EA0B4. Grayscale: #5D5D5D. Windows color (decimal): -10395829 or 4939617. OLE color: 4939617.
HSL color Cylindrical-coordinate representation of color #615F4B: hue angle of 54.55º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #615F4B is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 75 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.62 |
| HSL | 54.55º | 0.13% | 0.34% | - |
| HSV(B) | 54.55º | 0.23% | 0.38% | - |
| XYZ | 10.29 | 11.23 | 8.28 | - |
| YUV | 93.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 75 | 0 | 0.02 | 0.23 | 0.62 | 54.55 | 0.13 | 0.34 |
| Hex | 61 | 5F | 4B | 0 | 2 | 17 | 3E | 37 | D | 22 |
| Octal | 141 | 137 | 113 | 0 | 2 | 27 | 76 | 67 | 15 | 42 |
| Binary | 1100001 | 1011111 | 1001011 | 0 | 10 | 10111 | 111110 | 110111 | 1101 | 100010 |
Color Harmonies of #615F4B
Complementary color
Monochromatic Colors of #615F4B
Black with #615F4B
Text Example
Text Example
White with #615F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F4B; }
p { color: rgb(97,95,75); }
H1.HeaderClassName
{
color: #615F4B;
}
.AnyTagClassName
{
color: #615F4B;
}
</style>
background-color css
<style>
a { background-color: #615F4B; }
a { background-color: rgb(97,95,75); }
div.DivClassName
{
background-color: #615F4B;
}
.BgClassName
{
background-color: #615F4B;
}
</style>
border-color css
<style>
span { border-color: #615F4B; }
span { border-color: rgb(97,95,75); }
td.TdClassName
{
border-color: #615F4B;
}
.TagClassName
{
border-color: #615F4B;
}
</style>