Shades of Olivetone #6D6312
Tints of Olivetone #6D6312
RGB
CMYK
RGB Variations
Color information
#6D6312 (or 0x6D6312) is known color: Olivetone. HEX triplet: 6D, 63 and 12. RGB value is (109,99,18). Sum of RGB (Red+Green+Blue) = 109+99+18=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6312 is #929CED. Grayscale: #5D5D5D. Windows color (decimal): -9608430 or 1205101. OLE color: 1205101.
HSL color Cylindrical-coordinate representation of color #6D6312: hue angle of 53.41º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D6312 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 18 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.57 |
| HSL | 53.41º | 0.72% | 0.25% | - |
| HSV(B) | 53.41º | 0.83% | 0.43% | - |
| XYZ | 10.88 | 12.22 | 2.36 | - |
| YUV | 92.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 18 | 0 | 0.09 | 0.83 | 0.57 | 53.41 | 0.72 | 0.25 |
| Hex | 6D | 63 | 12 | 0 | 9 | 53 | 39 | 35 | 48 | 19 |
| Octal | 155 | 143 | 22 | 0 | 11 | 123 | 71 | 65 | 110 | 31 |
| Binary | 1101101 | 1100011 | 10010 | 0 | 1001 | 1010011 | 111001 | 110101 | 1001000 | 11001 |
Color Harmonies of #6D6312
Complementary color
Monochromatic Colors of #6D6312
Black with #6D6312
Text Example
Text Example
White with #6D6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6312; }
p { color: rgb(109,99,18); }
H1.HeaderClassName
{
color: #6D6312;
}
.AnyTagClassName
{
color: #6D6312;
}
</style>
background-color css
<style>
a { background-color: #6D6312; }
a { background-color: rgb(109,99,18); }
div.DivClassName
{
background-color: #6D6312;
}
.BgClassName
{
background-color: #6D6312;
}
</style>
border-color css
<style>
span { border-color: #6D6312; }
span { border-color: rgb(109,99,18); }
td.TdClassName
{
border-color: #6D6312;
}
.TagClassName
{
border-color: #6D6312;
}
</style>