Shades of Olivetone #6F6C21
Tints of Olivetone #6F6C21
RGB
CMYK
RGB Variations
Color information
#6F6C21 (or 0x6F6C21) is known color: Olivetone. HEX triplet: 6F, 6C and 21. RGB value is (111,108,33). Sum of RGB (Red+Green+Blue) = 111+108+33=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C21 is #9093DE. Grayscale: #646464. Windows color (decimal): -9475039 or 2190447. OLE color: 2190447.
HSL color Cylindrical-coordinate representation of color #6F6C21: hue angle of 57.69º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F6C21 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 33 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.56 |
| HSL | 57.69º | 0.54% | 0.28% | - |
| HSV(B) | 57.69º | 0.7% | 0.44% | - |
| XYZ | 12.19 | 14.21 | 3.54 | - |
| YUV | 100.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 33 | 0 | 0.03 | 0.70 | 0.56 | 57.69 | 0.54 | 0.28 |
| Hex | 6F | 6C | 21 | 0 | 3 | 46 | 38 | 3A | 36 | 1C |
| Octal | 157 | 154 | 41 | 0 | 3 | 106 | 70 | 72 | 66 | 34 |
| Binary | 1101111 | 1101100 | 100001 | 0 | 11 | 1000110 | 111000 | 111010 | 110110 | 11100 |
Color Harmonies of #6F6C21
Complementary color
Monochromatic Colors of #6F6C21
Black with #6F6C21
Text Example
Text Example
White with #6F6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C21; }
p { color: rgb(111,108,33); }
H1.HeaderClassName
{
color: #6F6C21;
}
.AnyTagClassName
{
color: #6F6C21;
}
</style>
background-color css
<style>
a { background-color: #6F6C21; }
a { background-color: rgb(111,108,33); }
div.DivClassName
{
background-color: #6F6C21;
}
.BgClassName
{
background-color: #6F6C21;
}
</style>
border-color css
<style>
span { border-color: #6F6C21; }
span { border-color: rgb(111,108,33); }
td.TdClassName
{
border-color: #6F6C21;
}
.TagClassName
{
border-color: #6F6C21;
}
</style>