Shades of Olivetone #6F6510
Tints of Olivetone #6F6510
RGB
CMYK
RGB Variations
Color information
#6F6510 (or 0x6F6510) is known color: Olivetone. HEX triplet: 6F, 65 and 10. RGB value is (111,101,16). Sum of RGB (Red+Green+Blue) = 111+101+16=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6510 is #909AEF. Grayscale: #5E5E5E. Windows color (decimal): -9476848 or 1074543. OLE color: 1074543.
HSL color Cylindrical-coordinate representation of color #6F6510: hue angle of 53.68º degrees, saturation: 0.75, 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 #6F6510 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 16 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.56 |
| HSL | 53.68º | 0.75% | 0.25% | - |
| HSV(B) | 53.68º | 0.86% | 0.44% | - |
| XYZ | 11.3 | 12.72 | 2.35 | - |
| YUV | 94.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 16 | 0 | 0.09 | 0.86 | 0.56 | 53.68 | 0.75 | 0.25 |
| Hex | 6F | 65 | 10 | 0 | 9 | 56 | 38 | 36 | 4B | 19 |
| Octal | 157 | 145 | 20 | 0 | 11 | 126 | 70 | 66 | 113 | 31 |
| Binary | 1101111 | 1100101 | 10000 | 0 | 1001 | 1010110 | 111000 | 110110 | 1001011 | 11001 |
Color Harmonies of #6F6510
Complementary color
Monochromatic Colors of #6F6510
Black with #6F6510
Text Example
Text Example
White with #6F6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6510; }
p { color: rgb(111,101,16); }
H1.HeaderClassName
{
color: #6F6510;
}
.AnyTagClassName
{
color: #6F6510;
}
</style>
background-color css
<style>
a { background-color: #6F6510; }
a { background-color: rgb(111,101,16); }
div.DivClassName
{
background-color: #6F6510;
}
.BgClassName
{
background-color: #6F6510;
}
</style>
border-color css
<style>
span { border-color: #6F6510; }
span { border-color: rgb(111,101,16); }
td.TdClassName
{
border-color: #6F6510;
}
.TagClassName
{
border-color: #6F6510;
}
</style>