Shades of Olivetone #6F680A
Tints of Olivetone #6F680A
RGB
CMYK
RGB Variations
Color information
#6F680A (or 0x6F680A) is known color: Olivetone. HEX triplet: 6F, 68 and 0A. RGB value is (111,104,10). Sum of RGB (Red+Green+Blue) = 111+104+10=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F680A is #9097F5. Grayscale: #5F5F5F. Windows color (decimal): -9476086 or 682095. OLE color: 682095.
HSL color Cylindrical-coordinate representation of color #6F680A: hue angle of 55.84º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F680A is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 10 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.56 |
| HSL | 55.84º | 0.83% | 0.24% | - |
| HSV(B) | 55.84º | 0.91% | 0.44% | - |
| XYZ | 11.56 | 13.3 | 2.25 | - |
| YUV | 95.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 10 | 0 | 0.06 | 0.91 | 0.56 | 55.84 | 0.83 | 0.24 |
| Hex | 6F | 68 | A | 0 | 6 | 5B | 38 | 38 | 53 | 18 |
| Octal | 157 | 150 | 12 | 0 | 6 | 133 | 70 | 70 | 123 | 30 |
| Binary | 1101111 | 1101000 | 1010 | 0 | 110 | 1011011 | 111000 | 111000 | 1010011 | 11000 |
Color Harmonies of #6F680A
Complementary color
Monochromatic Colors of #6F680A
Black with #6F680A
Text Example
Text Example
White with #6F680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F680A; }
p { color: rgb(111,104,10); }
H1.HeaderClassName
{
color: #6F680A;
}
.AnyTagClassName
{
color: #6F680A;
}
</style>
background-color css
<style>
a { background-color: #6F680A; }
a { background-color: rgb(111,104,10); }
div.DivClassName
{
background-color: #6F680A;
}
.BgClassName
{
background-color: #6F680A;
}
</style>
border-color css
<style>
span { border-color: #6F680A; }
span { border-color: rgb(111,104,10); }
td.TdClassName
{
border-color: #6F680A;
}
.TagClassName
{
border-color: #6F680A;
}
</style>