Shades of Olivetone #6F6317
Tints of Olivetone #6F6317
RGB
CMYK
RGB Variations
Color information
#6F6317 (or 0x6F6317) is known color: Olivetone. HEX triplet: 6F, 63 and 17. RGB value is (111,99,23). Sum of RGB (Red+Green+Blue) = 111+99+23=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6317 is #909CE8. Grayscale: #5E5E5E. Windows color (decimal): -9477353 or 1532783. OLE color: 1532783.
HSL color Cylindrical-coordinate representation of color #6F6317: hue angle of 51.82º 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 #6F6317 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 23 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.56 |
| HSL | 51.82º | 0.66% | 0.26% | - |
| HSV(B) | 51.82º | 0.79% | 0.44% | - |
| XYZ | 11.17 | 12.37 | 2.61 | - |
| YUV | 93.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 23 | 0 | 0.11 | 0.79 | 0.56 | 51.82 | 0.66 | 0.26 |
| Hex | 6F | 63 | 17 | 0 | B | 4F | 38 | 34 | 42 | 1A |
| Octal | 157 | 143 | 27 | 0 | 13 | 117 | 70 | 64 | 102 | 32 |
| Binary | 1101111 | 1100011 | 10111 | 0 | 1011 | 1001111 | 111000 | 110100 | 1000010 | 11010 |
Color Harmonies of #6F6317
Complementary color
Monochromatic Colors of #6F6317
Black with #6F6317
Text Example
Text Example
White with #6F6317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6317; }
p { color: rgb(111,99,23); }
H1.HeaderClassName
{
color: #6F6317;
}
.AnyTagClassName
{
color: #6F6317;
}
</style>
background-color css
<style>
a { background-color: #6F6317; }
a { background-color: rgb(111,99,23); }
div.DivClassName
{
background-color: #6F6317;
}
.BgClassName
{
background-color: #6F6317;
}
</style>
border-color css
<style>
span { border-color: #6F6317; }
span { border-color: rgb(111,99,23); }
td.TdClassName
{
border-color: #6F6317;
}
.TagClassName
{
border-color: #6F6317;
}
</style>