Shades of Olivetone #6E6618
Tints of Olivetone #6E6618
RGB
CMYK
RGB Variations
Color information
#6E6618 (or 0x6E6618) is known color: Olivetone. HEX triplet: 6E, 66 and 18. RGB value is (110,102,24). Sum of RGB (Red+Green+Blue) = 110+102+24=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6618 is #9199E7. Grayscale: #5F5F5F. Windows color (decimal): -9542120 or 1599086. OLE color: 1599086.
HSL color Cylindrical-coordinate representation of color #6E6618: hue angle of 54.42º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E6618 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 24 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.57 |
| HSL | 54.42º | 0.64% | 0.26% | - |
| HSV(B) | 54.42º | 0.78% | 0.43% | - |
| XYZ | 11.35 | 12.88 | 2.75 | - |
| YUV | 95.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 24 | 0 | 0.07 | 0.78 | 0.57 | 54.42 | 0.64 | 0.26 |
| Hex | 6E | 66 | 18 | 0 | 7 | 4E | 39 | 36 | 40 | 1A |
| Octal | 156 | 146 | 30 | 0 | 7 | 116 | 71 | 66 | 100 | 32 |
| Binary | 1101110 | 1100110 | 11000 | 0 | 111 | 1001110 | 111001 | 110110 | 1000000 | 11010 |
Color Harmonies of #6E6618
Complementary color
Monochromatic Colors of #6E6618
Black with #6E6618
Text Example
Text Example
White with #6E6618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6618; }
p { color: rgb(110,102,24); }
H1.HeaderClassName
{
color: #6E6618;
}
.AnyTagClassName
{
color: #6E6618;
}
</style>
background-color css
<style>
a { background-color: #6E6618; }
a { background-color: rgb(110,102,24); }
div.DivClassName
{
background-color: #6E6618;
}
.BgClassName
{
background-color: #6E6618;
}
</style>
border-color css
<style>
span { border-color: #6E6618; }
span { border-color: rgb(110,102,24); }
td.TdClassName
{
border-color: #6E6618;
}
.TagClassName
{
border-color: #6E6618;
}
</style>