Shades of Olivetone #6E690B
Tints of Olivetone #6E690B
RGB
CMYK
RGB Variations
Color information
#6E690B (or 0x6E690B) is known color: Olivetone. HEX triplet: 6E, 69 and 0B. RGB value is (110,105,11). Sum of RGB (Red+Green+Blue) = 110+105+11=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E690B is #9196F4. Grayscale: #606060. Windows color (decimal): -9541365 or 747886. OLE color: 747886.
HSL color Cylindrical-coordinate representation of color #6E690B: hue angle of 56.97º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E690B is Cyan = 0, Magento = 0.05, Yellow = 0.9 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 11 | - |
| CMYK | 0 | 0.05 | 0.9 | 0.57 |
| HSL | 56.97º | 0.82% | 0.24% | - |
| HSV(B) | 56.97º | 0.9% | 0.43% | - |
| XYZ | 11.54 | 13.44 | 2.3 | - |
| YUV | 95.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 11 | 0 | 0.05 | 0.9 | 0.57 | 56.97 | 0.82 | 0.24 |
| Hex | 6E | 69 | B | 0 | 5 | 5A | 39 | 39 | 52 | 18 |
| Octal | 156 | 151 | 13 | 0 | 5 | 132 | 71 | 71 | 122 | 30 |
| Binary | 1101110 | 1101001 | 1011 | 0 | 101 | 1011010 | 111001 | 111001 | 1010010 | 11000 |
Color Harmonies of #6E690B
Complementary color
Monochromatic Colors of #6E690B
Black with #6E690B
Text Example
Text Example
White with #6E690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E690B; }
p { color: rgb(110,105,11); }
H1.HeaderClassName
{
color: #6E690B;
}
.AnyTagClassName
{
color: #6E690B;
}
</style>
background-color css
<style>
a { background-color: #6E690B; }
a { background-color: rgb(110,105,11); }
div.DivClassName
{
background-color: #6E690B;
}
.BgClassName
{
background-color: #6E690B;
}
</style>
border-color css
<style>
span { border-color: #6E690B; }
span { border-color: rgb(110,105,11); }
td.TdClassName
{
border-color: #6E690B;
}
.TagClassName
{
border-color: #6E690B;
}
</style>