Shades of Olivetone #6F690B
Tints of Olivetone #6F690B
RGB
CMYK
RGB Variations
Color information
#6F690B (or 0x6F690B) is known color: Olivetone. HEX triplet: 6F, 69 and 0B. RGB value is (111,105,11). Sum of RGB (Red+Green+Blue) = 111+105+11=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F690B is #9096F4. Grayscale: #606060. Windows color (decimal): -9475829 or 747887. OLE color: 747887.
HSL color Cylindrical-coordinate representation of color #6F690B: hue angle of 56.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F690B is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 11 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.56 |
| HSL | 56.4º | 0.82% | 0.24% | - |
| HSV(B) | 56.4º | 0.9% | 0.44% | - |
| XYZ | 11.67 | 13.51 | 2.31 | - |
| YUV | 96.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 11 | 0 | 0.05 | 0.90 | 0.56 | 56.4 | 0.82 | 0.24 |
| Hex | 6F | 69 | B | 0 | 5 | 5A | 38 | 38 | 52 | 18 |
| Octal | 157 | 151 | 13 | 0 | 5 | 132 | 70 | 70 | 122 | 30 |
| Binary | 1101111 | 1101001 | 1011 | 0 | 101 | 1011010 | 111000 | 111000 | 1010010 | 11000 |
Color Harmonies of #6F690B
Complementary color
Monochromatic Colors of #6F690B
Black with #6F690B
Text Example
Text Example
White with #6F690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F690B; }
p { color: rgb(111,105,11); }
H1.HeaderClassName
{
color: #6F690B;
}
.AnyTagClassName
{
color: #6F690B;
}
</style>
background-color css
<style>
a { background-color: #6F690B; }
a { background-color: rgb(111,105,11); }
div.DivClassName
{
background-color: #6F690B;
}
.BgClassName
{
background-color: #6F690B;
}
</style>
border-color css
<style>
span { border-color: #6F690B; }
span { border-color: rgb(111,105,11); }
td.TdClassName
{
border-color: #6F690B;
}
.TagClassName
{
border-color: #6F690B;
}
</style>