Shades of Olivetone #6F6318
Tints of Olivetone #6F6318
RGB
CMYK
RGB Variations
Color information
#6F6318 (or 0x6F6318) is known color: Olivetone. HEX triplet: 6F, 63 and 18. RGB value is (111,99,24). Sum of RGB (Red+Green+Blue) = 111+99+24=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6318 is #909CE7. Grayscale: #5E5E5E. Windows color (decimal): -9477352 or 1598319. OLE color: 1598319.
HSL color Cylindrical-coordinate representation of color #6F6318: hue angle of 51.72º 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 #6F6318 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 24 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.56 |
| HSL | 51.72º | 0.64% | 0.26% | - |
| HSV(B) | 51.72º | 0.78% | 0.44% | - |
| XYZ | 11.18 | 12.37 | 2.66 | - |
| YUV | 94.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 24 | 0 | 0.11 | 0.78 | 0.56 | 51.72 | 0.64 | 0.26 |
| Hex | 6F | 63 | 18 | 0 | B | 4E | 38 | 34 | 40 | 1A |
| Octal | 157 | 143 | 30 | 0 | 13 | 116 | 70 | 64 | 100 | 32 |
| Binary | 1101111 | 1100011 | 11000 | 0 | 1011 | 1001110 | 111000 | 110100 | 1000000 | 11010 |
Color Harmonies of #6F6318
Complementary color
Monochromatic Colors of #6F6318
Black with #6F6318
Text Example
Text Example
White with #6F6318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6318; }
p { color: rgb(111,99,24); }
H1.HeaderClassName
{
color: #6F6318;
}
.AnyTagClassName
{
color: #6F6318;
}
</style>
background-color css
<style>
a { background-color: #6F6318; }
a { background-color: rgb(111,99,24); }
div.DivClassName
{
background-color: #6F6318;
}
.BgClassName
{
background-color: #6F6318;
}
</style>
border-color css
<style>
span { border-color: #6F6318; }
span { border-color: rgb(111,99,24); }
td.TdClassName
{
border-color: #6F6318;
}
.TagClassName
{
border-color: #6F6318;
}
</style>