Shades of Olivetone #6C6913
Tints of Olivetone #6C6913
RGB
CMYK
RGB Variations
Color information
#6C6913 (or 0x6C6913) is known color: Olivetone. HEX triplet: 6C, 69 and 13. RGB value is (108,105,19). Sum of RGB (Red+Green+Blue) = 108+105+19=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6913 is #9396EC. Grayscale: #606060. Windows color (decimal): -9672429 or 1272172. OLE color: 1272172.
HSL color Cylindrical-coordinate representation of color #6C6913: hue angle of 57.98º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C6913 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 19 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.58 |
| HSL | 57.98º | 0.7% | 0.25% | - |
| HSV(B) | 57.98º | 0.82% | 0.42% | - |
| XYZ | 11.35 | 13.34 | 2.59 | - |
| YUV | 96.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 19 | 0 | 0.03 | 0.82 | 0.58 | 57.98 | 0.7 | 0.25 |
| Hex | 6C | 69 | 13 | 0 | 3 | 52 | 3A | 3A | 46 | 19 |
| Octal | 154 | 151 | 23 | 0 | 3 | 122 | 72 | 72 | 106 | 31 |
| Binary | 1101100 | 1101001 | 10011 | 0 | 11 | 1010010 | 111010 | 111010 | 1000110 | 11001 |
Color Harmonies of #6C6913
Complementary color
Monochromatic Colors of #6C6913
Black with #6C6913
Text Example
Text Example
White with #6C6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6913; }
p { color: rgb(108,105,19); }
H1.HeaderClassName
{
color: #6C6913;
}
.AnyTagClassName
{
color: #6C6913;
}
</style>
background-color css
<style>
a { background-color: #6C6913; }
a { background-color: rgb(108,105,19); }
div.DivClassName
{
background-color: #6C6913;
}
.BgClassName
{
background-color: #6C6913;
}
</style>
border-color css
<style>
span { border-color: #6C6913; }
span { border-color: rgb(108,105,19); }
td.TdClassName
{
border-color: #6C6913;
}
.TagClassName
{
border-color: #6C6913;
}
</style>