Shades of Olivetone #6F6A2C
Tints of Olivetone #6F6A2C
RGB
CMYK
RGB Variations
Color information
#6F6A2C (or 0x6F6A2C) is known color: Olivetone. HEX triplet: 6F, 6A and 2C. RGB value is (111,106,44). Sum of RGB (Red+Green+Blue) = 111+106+44=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A2C is #9095D3. Grayscale: #646464. Windows color (decimal): -9475540 or 2910831. OLE color: 2910831.
HSL color Cylindrical-coordinate representation of color #6F6A2C: hue angle of 55.52º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F6A2C is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 44 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.56 |
| HSL | 55.52º | 0.43% | 0.3% | - |
| HSV(B) | 55.52º | 0.6% | 0.44% | - |
| XYZ | 12.16 | 13.87 | 4.42 | - |
| YUV | 100.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 44 | 0 | 0.05 | 0.60 | 0.56 | 55.52 | 0.43 | 0.3 |
| Hex | 6F | 6A | 2C | 0 | 5 | 3C | 38 | 38 | 2B | 1E |
| Octal | 157 | 152 | 54 | 0 | 5 | 74 | 70 | 70 | 53 | 36 |
| Binary | 1101111 | 1101010 | 101100 | 0 | 101 | 111100 | 111000 | 111000 | 101011 | 11110 |
Color Harmonies of #6F6A2C
Complementary color
Monochromatic Colors of #6F6A2C
Black with #6F6A2C
Text Example
Text Example
White with #6F6A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A2C; }
p { color: rgb(111,106,44); }
H1.HeaderClassName
{
color: #6F6A2C;
}
.AnyTagClassName
{
color: #6F6A2C;
}
</style>
background-color css
<style>
a { background-color: #6F6A2C; }
a { background-color: rgb(111,106,44); }
div.DivClassName
{
background-color: #6F6A2C;
}
.BgClassName
{
background-color: #6F6A2C;
}
</style>
border-color css
<style>
span { border-color: #6F6A2C; }
span { border-color: rgb(111,106,44); }
td.TdClassName
{
border-color: #6F6A2C;
}
.TagClassName
{
border-color: #6F6A2C;
}
</style>