Shades of Olivetone #6F6518
Tints of Olivetone #6F6518
RGB
CMYK
RGB Variations
Color information
#6F6518 (or 0x6F6518) is known color: Olivetone. HEX triplet: 6F, 65 and 18. RGB value is (111,101,24). Sum of RGB (Red+Green+Blue) = 111+101+24=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6518 is #909AE7. Grayscale: #5F5F5F. Windows color (decimal): -9476840 or 1598831. OLE color: 1598831.
HSL color Cylindrical-coordinate representation of color #6F6518: hue angle of 53.1º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F6518 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 24 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.56 |
| HSL | 53.1º | 0.64% | 0.26% | - |
| HSV(B) | 53.1º | 0.78% | 0.44% | - |
| XYZ | 11.37 | 12.75 | 2.73 | - |
| YUV | 95.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 24 | 0 | 0.09 | 0.78 | 0.56 | 53.1 | 0.64 | 0.26 |
| Hex | 6F | 65 | 18 | 0 | 9 | 4E | 38 | 35 | 40 | 1A |
| Octal | 157 | 145 | 30 | 0 | 11 | 116 | 70 | 65 | 100 | 32 |
| Binary | 1101111 | 1100101 | 11000 | 0 | 1001 | 1001110 | 111000 | 110101 | 1000000 | 11010 |
Color Harmonies of #6F6518
Complementary color
Monochromatic Colors of #6F6518
Black with #6F6518
Text Example
Text Example
White with #6F6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6518; }
p { color: rgb(111,101,24); }
H1.HeaderClassName
{
color: #6F6518;
}
.AnyTagClassName
{
color: #6F6518;
}
</style>
background-color css
<style>
a { background-color: #6F6518; }
a { background-color: rgb(111,101,24); }
div.DivClassName
{
background-color: #6F6518;
}
.BgClassName
{
background-color: #6F6518;
}
</style>
border-color css
<style>
span { border-color: #6F6518; }
span { border-color: rgb(111,101,24); }
td.TdClassName
{
border-color: #6F6518;
}
.TagClassName
{
border-color: #6F6518;
}
</style>