Shades of Olivetone #6D690B
Tints of Olivetone #6D690B
RGB
CMYK
RGB Variations
Color information
#6D690B (or 0x6D690B) is known color: Olivetone. HEX triplet: 6D, 69 and 0B. RGB value is (109,105,11). Sum of RGB (Red+Green+Blue) = 109+105+11=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D690B is #9296F4. Grayscale: #5F5F5F. Windows color (decimal): -9606901 or 747885. OLE color: 747885.
HSL color Cylindrical-coordinate representation of color #6D690B: hue angle of 57.55º 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 #6D690B is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 11 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.57 |
| HSL | 57.55º | 0.82% | 0.24% | - |
| HSV(B) | 57.55º | 0.9% | 0.43% | - |
| XYZ | 11.42 | 13.38 | 2.3 | - |
| YUV | 95.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 11 | 0 | 0.04 | 0.90 | 0.57 | 57.55 | 0.82 | 0.24 |
| Hex | 6D | 69 | B | 0 | 4 | 5A | 39 | 3A | 52 | 18 |
| Octal | 155 | 151 | 13 | 0 | 4 | 132 | 71 | 72 | 122 | 30 |
| Binary | 1101101 | 1101001 | 1011 | 0 | 100 | 1011010 | 111001 | 111010 | 1010010 | 11000 |
Color Harmonies of #6D690B
Complementary color
Monochromatic Colors of #6D690B
Black with #6D690B
Text Example
Text Example
White with #6D690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D690B; }
p { color: rgb(109,105,11); }
H1.HeaderClassName
{
color: #6D690B;
}
.AnyTagClassName
{
color: #6D690B;
}
</style>
background-color css
<style>
a { background-color: #6D690B; }
a { background-color: rgb(109,105,11); }
div.DivClassName
{
background-color: #6D690B;
}
.BgClassName
{
background-color: #6D690B;
}
</style>
border-color css
<style>
span { border-color: #6D690B; }
span { border-color: rgb(109,105,11); }
td.TdClassName
{
border-color: #6D690B;
}
.TagClassName
{
border-color: #6D690B;
}
</style>