Shades of Olivetone #6E640B
Tints of Olivetone #6E640B
RGB
CMYK
RGB Variations
Color information
#6E640B (or 0x6E640B) is known color: Olivetone. HEX triplet: 6E, 64 and 0B. RGB value is (110,100,11). Sum of RGB (Red+Green+Blue) = 110+100+11=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E640B is #919BF4. Grayscale: #5D5D5D. Windows color (decimal): -9542645 or 746606. OLE color: 746606.
HSL color Cylindrical-coordinate representation of color #6E640B: hue angle of 53.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E640B is Cyan = 0, Magento = 0.09, Yellow = 0.9 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 100 | 11 | - |
| CMYK | 0 | 0.09 | 0.9 | 0.57 |
| HSL | 53.94º | 0.82% | 0.24% | - |
| HSV(B) | 53.94º | 0.9% | 0.43% | - |
| XYZ | 11.05 | 12.45 | 2.14 | - |
| YUV | 92.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 11 | 0 | 0.09 | 0.9 | 0.57 | 53.94 | 0.82 | 0.24 |
| Hex | 6E | 64 | B | 0 | 9 | 5A | 39 | 36 | 52 | 18 |
| Octal | 156 | 144 | 13 | 0 | 11 | 132 | 71 | 66 | 122 | 30 |
| Binary | 1101110 | 1100100 | 1011 | 0 | 1001 | 1011010 | 111001 | 110110 | 1010010 | 11000 |
Color Harmonies of #6E640B
Complementary color
Monochromatic Colors of #6E640B
Black with #6E640B
Text Example
Text Example
White with #6E640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E640B; }
p { color: rgb(110,100,11); }
H1.HeaderClassName
{
color: #6E640B;
}
.AnyTagClassName
{
color: #6E640B;
}
</style>
background-color css
<style>
a { background-color: #6E640B; }
a { background-color: rgb(110,100,11); }
div.DivClassName
{
background-color: #6E640B;
}
.BgClassName
{
background-color: #6E640B;
}
</style>
border-color css
<style>
span { border-color: #6E640B; }
span { border-color: rgb(110,100,11); }
td.TdClassName
{
border-color: #6E640B;
}
.TagClassName
{
border-color: #6E640B;
}
</style>