Shades of Hemlock #6F704C
Tints of Hemlock #6F704C
RGB
CMYK
RGB Variations
Color information
#6F704C (or 0x6F704C) is known color: Hemlock. HEX triplet: 6F, 70 and 4C. RGB value is (111,112,76). Sum of RGB (Red+Green+Blue) = 111+112+76=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #6F704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F704C is #908FB3. Grayscale: #6B6B6B. Windows color (decimal): -9473972 or 5009519. OLE color: 5009519.
HSL color Cylindrical-coordinate representation of color #6F704C: hue angle of 61.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F704C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 76 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.56 |
| HSL | 61.67º | 0.19% | 0.37% | - |
| HSV(B) | 61.67º | 0.32% | 0.44% | - |
| XYZ | 13.65 | 15.49 | 9.11 | - |
| YUV | 107.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 76 | 0.01 | 0 | 0.32 | 0.56 | 61.67 | 0.19 | 0.37 |
| Hex | 6F | 70 | 4C | 1 | 0 | 20 | 38 | 3E | 13 | 25 |
| Octal | 157 | 160 | 114 | 1 | 0 | 40 | 70 | 76 | 23 | 45 |
| Binary | 1101111 | 1110000 | 1001100 | 1 | 0 | 100000 | 111000 | 111110 | 10011 | 100101 |
Color Harmonies of #6F704C
Complementary color
Monochromatic Colors of #6F704C
Black with #6F704C
Text Example
Text Example
White with #6F704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F704C; }
p { color: rgb(111,112,76); }
H1.HeaderClassName
{
color: #6F704C;
}
.AnyTagClassName
{
color: #6F704C;
}
</style>
background-color css
<style>
a { background-color: #6F704C; }
a { background-color: rgb(111,112,76); }
div.DivClassName
{
background-color: #6F704C;
}
.BgClassName
{
background-color: #6F704C;
}
</style>
border-color css
<style>
span { border-color: #6F704C; }
span { border-color: rgb(111,112,76); }
td.TdClassName
{
border-color: #6F704C;
}
.TagClassName
{
border-color: #6F704C;
}
</style>