Shades of Olivetone #6F6517
Tints of Olivetone #6F6517
RGB
CMYK
RGB Variations
Color information
#6F6517 (or 0x6F6517) is known color: Olivetone. HEX triplet: 6F, 65 and 17. RGB value is (111,101,23). Sum of RGB (Red+Green+Blue) = 111+101+23=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6517 is #909AE8. Grayscale: #5F5F5F. Windows color (decimal): -9476841 or 1533295. OLE color: 1533295.
HSL color Cylindrical-coordinate representation of color #6F6517: hue angle of 53.18º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F6517 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 23 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.56 |
| HSL | 53.18º | 0.66% | 0.26% | - |
| HSV(B) | 53.18º | 0.79% | 0.44% | - |
| XYZ | 11.36 | 12.75 | 2.67 | - |
| YUV | 95.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 23 | 0 | 0.09 | 0.79 | 0.56 | 53.18 | 0.66 | 0.26 |
| Hex | 6F | 65 | 17 | 0 | 9 | 4F | 38 | 35 | 42 | 1A |
| Octal | 157 | 145 | 27 | 0 | 11 | 117 | 70 | 65 | 102 | 32 |
| Binary | 1101111 | 1100101 | 10111 | 0 | 1001 | 1001111 | 111000 | 110101 | 1000010 | 11010 |
Color Harmonies of #6F6517
Complementary color
Monochromatic Colors of #6F6517
Black with #6F6517
Text Example
Text Example
White with #6F6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6517; }
p { color: rgb(111,101,23); }
H1.HeaderClassName
{
color: #6F6517;
}
.AnyTagClassName
{
color: #6F6517;
}
</style>
background-color css
<style>
a { background-color: #6F6517; }
a { background-color: rgb(111,101,23); }
div.DivClassName
{
background-color: #6F6517;
}
.BgClassName
{
background-color: #6F6517;
}
</style>
border-color css
<style>
span { border-color: #6F6517; }
span { border-color: rgb(111,101,23); }
td.TdClassName
{
border-color: #6F6517;
}
.TagClassName
{
border-color: #6F6517;
}
</style>