Shades of Olivetone #6F6515
Tints of Olivetone #6F6515
RGB
CMYK
RGB Variations
Color information
#6F6515 (or 0x6F6515) is known color: Olivetone. HEX triplet: 6F, 65 and 15. RGB value is (111,101,21). Sum of RGB (Red+Green+Blue) = 111+101+21=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6515 is #909AEA. Grayscale: #5F5F5F. Windows color (decimal): -9476843 or 1402223. OLE color: 1402223.
HSL color Cylindrical-coordinate representation of color #6F6515: hue angle of 53.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F6515 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 21 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.56 |
| HSL | 53.33º | 0.68% | 0.26% | - |
| HSV(B) | 53.33º | 0.81% | 0.44% | - |
| XYZ | 11.34 | 12.74 | 2.57 | - |
| YUV | 94.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 21 | 0 | 0.09 | 0.81 | 0.56 | 53.33 | 0.68 | 0.26 |
| Hex | 6F | 65 | 15 | 0 | 9 | 51 | 38 | 35 | 44 | 1A |
| Octal | 157 | 145 | 25 | 0 | 11 | 121 | 70 | 65 | 104 | 32 |
| Binary | 1101111 | 1100101 | 10101 | 0 | 1001 | 1010001 | 111000 | 110101 | 1000100 | 11010 |
Color Harmonies of #6F6515
Complementary color
Monochromatic Colors of #6F6515
Black with #6F6515
Text Example
Text Example
White with #6F6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6515; }
p { color: rgb(111,101,21); }
H1.HeaderClassName
{
color: #6F6515;
}
.AnyTagClassName
{
color: #6F6515;
}
</style>
background-color css
<style>
a { background-color: #6F6515; }
a { background-color: rgb(111,101,21); }
div.DivClassName
{
background-color: #6F6515;
}
.BgClassName
{
background-color: #6F6515;
}
</style>
border-color css
<style>
span { border-color: #6F6515; }
span { border-color: rgb(111,101,21); }
td.TdClassName
{
border-color: #6F6515;
}
.TagClassName
{
border-color: #6F6515;
}
</style>