Shades of Olivetone #6C650A
Tints of Olivetone #6C650A
RGB
CMYK
RGB Variations
Color information
#6C650A (or 0x6C650A) is known color: Olivetone. HEX triplet: 6C, 65 and 0A. RGB value is (108,101,10). Sum of RGB (Red+Green+Blue) = 108+101+10=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C650A is #939AF5. Grayscale: #5D5D5D. Windows color (decimal): -9673462 or 681324. OLE color: 681324.
HSL color Cylindrical-coordinate representation of color #6C650A: hue angle of 55.71º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C650A is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 101 | 10 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.58 |
| HSL | 55.71º | 0.83% | 0.23% | - |
| HSV(B) | 55.71º | 0.91% | 0.42% | - |
| XYZ | 10.89 | 12.52 | 2.13 | - |
| YUV | 92.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 10 | 0 | 0.06 | 0.91 | 0.58 | 55.71 | 0.83 | 0.23 |
| Hex | 6C | 65 | A | 0 | 6 | 5B | 3A | 38 | 53 | 17 |
| Octal | 154 | 145 | 12 | 0 | 6 | 133 | 72 | 70 | 123 | 27 |
| Binary | 1101100 | 1100101 | 1010 | 0 | 110 | 1011011 | 111010 | 111000 | 1010011 | 10111 |
Color Harmonies of #6C650A
Complementary color
Monochromatic Colors of #6C650A
Black with #6C650A
Text Example
Text Example
White with #6C650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C650A; }
p { color: rgb(108,101,10); }
H1.HeaderClassName
{
color: #6C650A;
}
.AnyTagClassName
{
color: #6C650A;
}
</style>
background-color css
<style>
a { background-color: #6C650A; }
a { background-color: rgb(108,101,10); }
div.DivClassName
{
background-color: #6C650A;
}
.BgClassName
{
background-color: #6C650A;
}
</style>
border-color css
<style>
span { border-color: #6C650A; }
span { border-color: rgb(108,101,10); }
td.TdClassName
{
border-color: #6C650A;
}
.TagClassName
{
border-color: #6C650A;
}
</style>