Shades of Olivetone #6F660B
Tints of Olivetone #6F660B
RGB
CMYK
RGB Variations
Color information
#6F660B (or 0x6F660B) is known color: Olivetone. HEX triplet: 6F, 66 and 0B. RGB value is (111,102,11). Sum of RGB (Red+Green+Blue) = 111+102+11=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F660B is #9099F4. Grayscale: #5E5E5E. Windows color (decimal): -9476597 or 747119. OLE color: 747119.
HSL color Cylindrical-coordinate representation of color #6F660B: hue angle of 54.6º 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 #6F660B is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 11 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.56 |
| HSL | 54.6º | 0.82% | 0.24% | - |
| HSV(B) | 54.6º | 0.9% | 0.44% | - |
| XYZ | 11.37 | 12.91 | 2.21 | - |
| YUV | 94.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 11 | 0 | 0.08 | 0.90 | 0.56 | 54.6 | 0.82 | 0.24 |
| Hex | 6F | 66 | B | 0 | 8 | 5A | 38 | 37 | 52 | 18 |
| Octal | 157 | 146 | 13 | 0 | 10 | 132 | 70 | 67 | 122 | 30 |
| Binary | 1101111 | 1100110 | 1011 | 0 | 1000 | 1011010 | 111000 | 110111 | 1010010 | 11000 |
Color Harmonies of #6F660B
Complementary color
Monochromatic Colors of #6F660B
Black with #6F660B
Text Example
Text Example
White with #6F660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F660B; }
p { color: rgb(111,102,11); }
H1.HeaderClassName
{
color: #6F660B;
}
.AnyTagClassName
{
color: #6F660B;
}
</style>
background-color css
<style>
a { background-color: #6F660B; }
a { background-color: rgb(111,102,11); }
div.DivClassName
{
background-color: #6F660B;
}
.BgClassName
{
background-color: #6F660B;
}
</style>
border-color css
<style>
span { border-color: #6F660B; }
span { border-color: rgb(111,102,11); }
td.TdClassName
{
border-color: #6F660B;
}
.TagClassName
{
border-color: #6F660B;
}
</style>