Shades of Olivetone #6E6B0F
Tints of Olivetone #6E6B0F
RGB
CMYK
RGB Variations
Color information
#6E6B0F (or 0x6E6B0F) is known color: Olivetone. HEX triplet: 6E, 6B and 0F. RGB value is (110,107,15). Sum of RGB (Red+Green+Blue) = 110+107+15=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6B0F is #9194F0. Grayscale: #616161. Windows color (decimal): -9540849 or 1010542. OLE color: 1010542.
HSL color Cylindrical-coordinate representation of color #6E6B0F: hue angle of 58.11º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E6B0F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 15 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.57 |
| HSL | 58.11º | 0.76% | 0.25% | - |
| HSV(B) | 58.11º | 0.86% | 0.43% | - |
| XYZ | 11.77 | 13.86 | 2.51 | - |
| YUV | 97.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 15 | 0 | 0.03 | 0.86 | 0.57 | 58.11 | 0.76 | 0.25 |
| Hex | 6E | 6B | F | 0 | 3 | 56 | 39 | 3A | 4C | 19 |
| Octal | 156 | 153 | 17 | 0 | 3 | 126 | 71 | 72 | 114 | 31 |
| Binary | 1101110 | 1101011 | 1111 | 0 | 11 | 1010110 | 111001 | 111010 | 1001100 | 11001 |
Color Harmonies of #6E6B0F
Complementary color
Monochromatic Colors of #6E6B0F
Black with #6E6B0F
Text Example
Text Example
White with #6E6B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B0F; }
p { color: rgb(110,107,15); }
H1.HeaderClassName
{
color: #6E6B0F;
}
.AnyTagClassName
{
color: #6E6B0F;
}
</style>
background-color css
<style>
a { background-color: #6E6B0F; }
a { background-color: rgb(110,107,15); }
div.DivClassName
{
background-color: #6E6B0F;
}
.BgClassName
{
background-color: #6E6B0F;
}
</style>
border-color css
<style>
span { border-color: #6E6B0F; }
span { border-color: rgb(110,107,15); }
td.TdClassName
{
border-color: #6E6B0F;
}
.TagClassName
{
border-color: #6E6B0F;
}
</style>