Shades of Olivetone #6F680B
Tints of Olivetone #6F680B
RGB
CMYK
RGB Variations
Color information
#6F680B (or 0x6F680B) is known color: Olivetone. HEX triplet: 6F, 68 and 0B. RGB value is (111,104,11). Sum of RGB (Red+Green+Blue) = 111+104+11=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F680B is #9097F4. Grayscale: #5F5F5F. Windows color (decimal): -9476085 or 747631. OLE color: 747631.
HSL color Cylindrical-coordinate representation of color #6F680B: hue angle of 55.8º 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 #6F680B is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 11 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.56 |
| HSL | 55.8º | 0.82% | 0.24% | - |
| HSV(B) | 55.8º | 0.9% | 0.44% | - |
| XYZ | 11.57 | 13.3 | 2.27 | - |
| YUV | 95.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 11 | 0 | 0.06 | 0.90 | 0.56 | 55.8 | 0.82 | 0.24 |
| Hex | 6F | 68 | B | 0 | 6 | 5A | 38 | 38 | 52 | 18 |
| Octal | 157 | 150 | 13 | 0 | 6 | 132 | 70 | 70 | 122 | 30 |
| Binary | 1101111 | 1101000 | 1011 | 0 | 110 | 1011010 | 111000 | 111000 | 1010010 | 11000 |
Color Harmonies of #6F680B
Complementary color
Monochromatic Colors of #6F680B
Black with #6F680B
Text Example
Text Example
White with #6F680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F680B; }
p { color: rgb(111,104,11); }
H1.HeaderClassName
{
color: #6F680B;
}
.AnyTagClassName
{
color: #6F680B;
}
</style>
background-color css
<style>
a { background-color: #6F680B; }
a { background-color: rgb(111,104,11); }
div.DivClassName
{
background-color: #6F680B;
}
.BgClassName
{
background-color: #6F680B;
}
</style>
border-color css
<style>
span { border-color: #6F680B; }
span { border-color: rgb(111,104,11); }
td.TdClassName
{
border-color: #6F680B;
}
.TagClassName
{
border-color: #6F680B;
}
</style>