Shades of Hemlock #6F6D54
Tints of Hemlock #6F6D54
RGB
CMYK
RGB Variations
Color information
#6F6D54 (or 0x6F6D54) is known color: Hemlock. HEX triplet: 6F, 6D and 54. RGB value is (111,109,84). Sum of RGB (Red+Green+Blue) = 111+109+84=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D54 is #9092AB. Grayscale: #6A6A6A. Windows color (decimal): -9474732 or 5533039. OLE color: 5533039.
HSL color Cylindrical-coordinate representation of color #6F6D54: hue angle of 55.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6D54 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 84 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.56 |
| HSL | 55.56º | 0.14% | 0.38% | - |
| HSV(B) | 55.56º | 0.24% | 0.44% | - |
| XYZ | 13.62 | 14.96 | 10.56 | - |
| YUV | 106.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 84 | 0 | 0.02 | 0.24 | 0.56 | 55.56 | 0.14 | 0.38 |
| Hex | 6F | 6D | 54 | 0 | 2 | 18 | 38 | 38 | E | 26 |
| Octal | 157 | 155 | 124 | 0 | 2 | 30 | 70 | 70 | 16 | 46 |
| Binary | 1101111 | 1101101 | 1010100 | 0 | 10 | 11000 | 111000 | 111000 | 1110 | 100110 |
Color Harmonies of #6F6D54
Complementary color
Monochromatic Colors of #6F6D54
Black with #6F6D54
Text Example
Text Example
White with #6F6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D54; }
p { color: rgb(111,109,84); }
H1.HeaderClassName
{
color: #6F6D54;
}
.AnyTagClassName
{
color: #6F6D54;
}
</style>
background-color css
<style>
a { background-color: #6F6D54; }
a { background-color: rgb(111,109,84); }
div.DivClassName
{
background-color: #6F6D54;
}
.BgClassName
{
background-color: #6F6D54;
}
</style>
border-color css
<style>
span { border-color: #6F6D54; }
span { border-color: rgb(111,109,84); }
td.TdClassName
{
border-color: #6F6D54;
}
.TagClassName
{
border-color: #6F6D54;
}
</style>