Shades of Hemlock #6F704B
Tints of Hemlock #6F704B
RGB
CMYK
RGB Variations
Color information
#6F704B (or 0x6F704B) is known color: Hemlock. HEX triplet: 6F, 70 and 4B. RGB value is (111,112,75). Sum of RGB (Red+Green+Blue) = 111+112+75=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #6F704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F704B is #908FB4. Grayscale: #6B6B6B. Windows color (decimal): -9473973 or 4943983. OLE color: 4943983.
HSL color Cylindrical-coordinate representation of color #6F704B: hue angle of 61.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F704B is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 75 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.56 |
| HSL | 61.62º | 0.2% | 0.37% | - |
| HSV(B) | 61.62º | 0.33% | 0.44% | - |
| XYZ | 13.62 | 15.48 | 8.93 | - |
| YUV | 107.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 75 | 0.01 | 0 | 0.33 | 0.56 | 61.62 | 0.2 | 0.37 |
| Hex | 6F | 70 | 4B | 1 | 0 | 21 | 38 | 3E | 14 | 25 |
| Octal | 157 | 160 | 113 | 1 | 0 | 41 | 70 | 76 | 24 | 45 |
| Binary | 1101111 | 1110000 | 1001011 | 1 | 0 | 100001 | 111000 | 111110 | 10100 | 100101 |
Color Harmonies of #6F704B
Complementary color
Monochromatic Colors of #6F704B
Black with #6F704B
Text Example
Text Example
White with #6F704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F704B; }
p { color: rgb(111,112,75); }
H1.HeaderClassName
{
color: #6F704B;
}
.AnyTagClassName
{
color: #6F704B;
}
</style>
background-color css
<style>
a { background-color: #6F704B; }
a { background-color: rgb(111,112,75); }
div.DivClassName
{
background-color: #6F704B;
}
.BgClassName
{
background-color: #6F704B;
}
</style>
border-color css
<style>
span { border-color: #6F704B; }
span { border-color: rgb(111,112,75); }
td.TdClassName
{
border-color: #6F704B;
}
.TagClassName
{
border-color: #6F704B;
}
</style>