Shades of Hemlock #6F6A40
Tints of Hemlock #6F6A40
RGB
CMYK
RGB Variations
Color information
#6F6A40 (or 0x6F6A40) is known color: Hemlock. HEX triplet: 6F, 6A and 40. RGB value is (111,106,64). Sum of RGB (Red+Green+Blue) = 111+106+64=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A40 is #9095BF. Grayscale: #666666. Windows color (decimal): -9475520 or 4221551. OLE color: 4221551.
HSL color Cylindrical-coordinate representation of color #6F6A40: hue angle of 53.62º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F6A40 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 64 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.56 |
| HSL | 53.62º | 0.27% | 0.34% | - |
| HSV(B) | 53.62º | 0.42% | 0.44% | - |
| XYZ | 12.63 | 14.06 | 6.9 | - |
| YUV | 102.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 64 | 0 | 0.05 | 0.42 | 0.56 | 53.62 | 0.27 | 0.34 |
| Hex | 6F | 6A | 40 | 0 | 5 | 2A | 38 | 36 | 1B | 22 |
| Octal | 157 | 152 | 100 | 0 | 5 | 52 | 70 | 66 | 33 | 42 |
| Binary | 1101111 | 1101010 | 1000000 | 0 | 101 | 101010 | 111000 | 110110 | 11011 | 100010 |
Color Harmonies of #6F6A40
Complementary color
Monochromatic Colors of #6F6A40
Black with #6F6A40
Text Example
Text Example
White with #6F6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A40; }
p { color: rgb(111,106,64); }
H1.HeaderClassName
{
color: #6F6A40;
}
.AnyTagClassName
{
color: #6F6A40;
}
</style>
background-color css
<style>
a { background-color: #6F6A40; }
a { background-color: rgb(111,106,64); }
div.DivClassName
{
background-color: #6F6A40;
}
.BgClassName
{
background-color: #6F6A40;
}
</style>
border-color css
<style>
span { border-color: #6F6A40; }
span { border-color: rgb(111,106,64); }
td.TdClassName
{
border-color: #6F6A40;
}
.TagClassName
{
border-color: #6F6A40;
}
</style>