Shades of Olivetone #6D6915
Tints of Olivetone #6D6915
RGB
CMYK
RGB Variations
Color information
#6D6915 (or 0x6D6915) is known color: Olivetone. HEX triplet: 6D, 69 and 15. RGB value is (109,105,21). Sum of RGB (Red+Green+Blue) = 109+105+21=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6915 is #9296EA. Grayscale: #606060. Windows color (decimal): -9606891 or 1403245. OLE color: 1403245.
HSL color Cylindrical-coordinate representation of color #6D6915: hue angle of 57.27º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D6915 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 21 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.57 |
| HSL | 57.27º | 0.68% | 0.25% | - |
| HSV(B) | 57.27º | 0.81% | 0.43% | - |
| XYZ | 11.49 | 13.41 | 2.69 | - |
| YUV | 96.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 21 | 0 | 0.04 | 0.81 | 0.57 | 57.27 | 0.68 | 0.25 |
| Hex | 6D | 69 | 15 | 0 | 4 | 51 | 39 | 39 | 44 | 19 |
| Octal | 155 | 151 | 25 | 0 | 4 | 121 | 71 | 71 | 104 | 31 |
| Binary | 1101101 | 1101001 | 10101 | 0 | 100 | 1010001 | 111001 | 111001 | 1000100 | 11001 |
Color Harmonies of #6D6915
Complementary color
Monochromatic Colors of #6D6915
Black with #6D6915
Text Example
Text Example
White with #6D6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6915; }
p { color: rgb(109,105,21); }
H1.HeaderClassName
{
color: #6D6915;
}
.AnyTagClassName
{
color: #6D6915;
}
</style>
background-color css
<style>
a { background-color: #6D6915; }
a { background-color: rgb(109,105,21); }
div.DivClassName
{
background-color: #6D6915;
}
.BgClassName
{
background-color: #6D6915;
}
</style>
border-color css
<style>
span { border-color: #6D6915; }
span { border-color: rgb(109,105,21); }
td.TdClassName
{
border-color: #6D6915;
}
.TagClassName
{
border-color: #6D6915;
}
</style>