Shades of Olivetone #6F6312
Tints of Olivetone #6F6312
RGB
CMYK
RGB Variations
Color information
#6F6312 (or 0x6F6312) is known color: Olivetone. HEX triplet: 6F, 63 and 12. RGB value is (111,99,18). Sum of RGB (Red+Green+Blue) = 111+99+18=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6312 is #909CED. Grayscale: #5D5D5D. Windows color (decimal): -9477358 or 1205103. OLE color: 1205103.
HSL color Cylindrical-coordinate representation of color #6F6312: hue angle of 52.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F6312 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 18 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.56 |
| HSL | 52.26º | 0.72% | 0.25% | - |
| HSV(B) | 52.26º | 0.84% | 0.44% | - |
| XYZ | 11.13 | 12.35 | 2.37 | - |
| YUV | 93.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 18 | 0 | 0.11 | 0.84 | 0.56 | 52.26 | 0.72 | 0.25 |
| Hex | 6F | 63 | 12 | 0 | B | 54 | 38 | 34 | 48 | 19 |
| Octal | 157 | 143 | 22 | 0 | 13 | 124 | 70 | 64 | 110 | 31 |
| Binary | 1101111 | 1100011 | 10010 | 0 | 1011 | 1010100 | 111000 | 110100 | 1001000 | 11001 |
Color Harmonies of #6F6312
Complementary color
Monochromatic Colors of #6F6312
Black with #6F6312
Text Example
Text Example
White with #6F6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6312; }
p { color: rgb(111,99,18); }
H1.HeaderClassName
{
color: #6F6312;
}
.AnyTagClassName
{
color: #6F6312;
}
</style>
background-color css
<style>
a { background-color: #6F6312; }
a { background-color: rgb(111,99,18); }
div.DivClassName
{
background-color: #6F6312;
}
.BgClassName
{
background-color: #6F6312;
}
</style>
border-color css
<style>
span { border-color: #6F6312; }
span { border-color: rgb(111,99,18); }
td.TdClassName
{
border-color: #6F6312;
}
.TagClassName
{
border-color: #6F6312;
}
</style>