Shades of Olivetone #6E6C31
Tints of Olivetone #6E6C31
RGB
CMYK
RGB Variations
Color information
#6E6C31 (or 0x6E6C31) is known color: Olivetone. HEX triplet: 6E, 6C and 31. RGB value is (110,108,49). Sum of RGB (Red+Green+Blue) = 110+108+49=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6C31 is #9193CE. Grayscale: #666666. Windows color (decimal): -9540559 or 3239022. OLE color: 3239022.
HSL color Cylindrical-coordinate representation of color #6E6C31: hue angle of 58.03º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6C31 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 108 | 49 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.57 |
| HSL | 58.03º | 0.38% | 0.31% | - |
| HSV(B) | 58.03º | 0.55% | 0.43% | - |
| XYZ | 12.35 | 14.26 | 5.01 | - |
| YUV | 101.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 49 | 0 | 0.02 | 0.55 | 0.57 | 58.03 | 0.38 | 0.31 |
| Hex | 6E | 6C | 31 | 0 | 2 | 37 | 39 | 3A | 26 | 1F |
| Octal | 156 | 154 | 61 | 0 | 2 | 67 | 71 | 72 | 46 | 37 |
| Binary | 1101110 | 1101100 | 110001 | 0 | 10 | 110111 | 111001 | 111010 | 100110 | 11111 |
Color Harmonies of #6E6C31
Complementary color
Monochromatic Colors of #6E6C31
Black with #6E6C31
Text Example
Text Example
White with #6E6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C31; }
p { color: rgb(110,108,49); }
H1.HeaderClassName
{
color: #6E6C31;
}
.AnyTagClassName
{
color: #6E6C31;
}
</style>
background-color css
<style>
a { background-color: #6E6C31; }
a { background-color: rgb(110,108,49); }
div.DivClassName
{
background-color: #6E6C31;
}
.BgClassName
{
background-color: #6E6C31;
}
</style>
border-color css
<style>
span { border-color: #6E6C31; }
span { border-color: rgb(110,108,49); }
td.TdClassName
{
border-color: #6E6C31;
}
.TagClassName
{
border-color: #6E6C31;
}
</style>