Shades of Olivetone #6E6A25
Tints of Olivetone #6E6A25
RGB
CMYK
RGB Variations
Color information
#6E6A25 (or 0x6E6A25) is known color: Olivetone. HEX triplet: 6E, 6A and 25. RGB value is (110,106,37). Sum of RGB (Red+Green+Blue) = 110+106+37=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6A25 is #9195DA. Grayscale: #636363. Windows color (decimal): -9541083 or 2452078. OLE color: 2452078.
HSL color Cylindrical-coordinate representation of color #6E6A25: hue angle of 56.71º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E6A25 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 37 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.57 |
| HSL | 56.71º | 0.5% | 0.29% | - |
| HSV(B) | 56.71º | 0.66% | 0.43% | - |
| XYZ | 11.92 | 13.76 | 3.78 | - |
| YUV | 99.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 37 | 0 | 0.04 | 0.66 | 0.57 | 56.71 | 0.5 | 0.29 |
| Hex | 6E | 6A | 25 | 0 | 4 | 42 | 39 | 39 | 32 | 1D |
| Octal | 156 | 152 | 45 | 0 | 4 | 102 | 71 | 71 | 62 | 35 |
| Binary | 1101110 | 1101010 | 100101 | 0 | 100 | 1000010 | 111001 | 111001 | 110010 | 11101 |
Color Harmonies of #6E6A25
Complementary color
Monochromatic Colors of #6E6A25
Black with #6E6A25
Text Example
Text Example
White with #6E6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A25; }
p { color: rgb(110,106,37); }
H1.HeaderClassName
{
color: #6E6A25;
}
.AnyTagClassName
{
color: #6E6A25;
}
</style>
background-color css
<style>
a { background-color: #6E6A25; }
a { background-color: rgb(110,106,37); }
div.DivClassName
{
background-color: #6E6A25;
}
.BgClassName
{
background-color: #6E6A25;
}
</style>
border-color css
<style>
span { border-color: #6E6A25; }
span { border-color: rgb(110,106,37); }
td.TdClassName
{
border-color: #6E6A25;
}
.TagClassName
{
border-color: #6E6A25;
}
</style>