Shades of Hemlock #61604D
Tints of Hemlock #61604D
RGB
CMYK
RGB Variations
Color information
#61604D (or 0x61604D) is known color: Hemlock. HEX triplet: 61, 60 and 4D. RGB value is (97,96,77). Sum of RGB (Red+Green+Blue) = 97+96+77=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #61604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61604D is #9E9FB2. Grayscale: #5E5E5E. Windows color (decimal): -10395571 or 5070945. OLE color: 5070945.
HSL color Cylindrical-coordinate representation of color #61604D: hue angle of 57º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61604D is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 77 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.62 |
| HSL | 57º | 0.11% | 0.34% | - |
| HSV(B) | 57º | 0.21% | 0.38% | - |
| XYZ | 10.45 | 11.44 | 8.68 | - |
| YUV | 94.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 77 | 0 | 0.01 | 0.21 | 0.62 | 57 | 0.11 | 0.34 |
| Hex | 61 | 60 | 4D | 0 | 1 | 15 | 3E | 39 | B | 22 |
| Octal | 141 | 140 | 115 | 0 | 1 | 25 | 76 | 71 | 13 | 42 |
| Binary | 1100001 | 1100000 | 1001101 | 0 | 1 | 10101 | 111110 | 111001 | 1011 | 100010 |
Color Harmonies of #61604D
Complementary color
Monochromatic Colors of #61604D
Black with #61604D
Text Example
Text Example
White with #61604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61604D; }
p { color: rgb(97,96,77); }
H1.HeaderClassName
{
color: #61604D;
}
.AnyTagClassName
{
color: #61604D;
}
</style>
background-color css
<style>
a { background-color: #61604D; }
a { background-color: rgb(97,96,77); }
div.DivClassName
{
background-color: #61604D;
}
.BgClassName
{
background-color: #61604D;
}
</style>
border-color css
<style>
span { border-color: #61604D; }
span { border-color: rgb(97,96,77); }
td.TdClassName
{
border-color: #61604D;
}
.TagClassName
{
border-color: #61604D;
}
</style>