Shades of Olivetone #6F660F
Tints of Olivetone #6F660F
RGB
CMYK
RGB Variations
Color information
#6F660F (or 0x6F660F) is known color: Olivetone. HEX triplet: 6F, 66 and 0F. RGB value is (111,102,15). Sum of RGB (Red+Green+Blue) = 111+102+15=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F660F is #9099F0. Grayscale: #5F5F5F. Windows color (decimal): -9476593 or 1009263. OLE color: 1009263.
HSL color Cylindrical-coordinate representation of color #6F660F: hue angle of 54.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F660F is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 15 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.56 |
| HSL | 54.38º | 0.76% | 0.25% | - |
| HSV(B) | 54.38º | 0.86% | 0.44% | - |
| XYZ | 11.39 | 12.92 | 2.34 | - |
| YUV | 94.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 15 | 0 | 0.08 | 0.86 | 0.56 | 54.38 | 0.76 | 0.25 |
| Hex | 6F | 66 | F | 0 | 8 | 56 | 38 | 36 | 4C | 19 |
| Octal | 157 | 146 | 17 | 0 | 10 | 126 | 70 | 66 | 114 | 31 |
| Binary | 1101111 | 1100110 | 1111 | 0 | 1000 | 1010110 | 111000 | 110110 | 1001100 | 11001 |
Color Harmonies of #6F660F
Complementary color
Monochromatic Colors of #6F660F
Black with #6F660F
Text Example
Text Example
White with #6F660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F660F; }
p { color: rgb(111,102,15); }
H1.HeaderClassName
{
color: #6F660F;
}
.AnyTagClassName
{
color: #6F660F;
}
</style>
background-color css
<style>
a { background-color: #6F660F; }
a { background-color: rgb(111,102,15); }
div.DivClassName
{
background-color: #6F660F;
}
.BgClassName
{
background-color: #6F660F;
}
</style>
border-color css
<style>
span { border-color: #6F660F; }
span { border-color: rgb(111,102,15); }
td.TdClassName
{
border-color: #6F660F;
}
.TagClassName
{
border-color: #6F660F;
}
</style>