Shades of Xanadu #6E8861
Tints of Xanadu #6E8861
RGB
CMYK
RGB Variations
Color information
#6E8861 (or 0x6E8861) is known color: Xanadu. HEX triplet: 6E, 88 and 61. RGB value is (110,136,97). Sum of RGB (Red+Green+Blue) = 110+136+97=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8861 is #91779E. Grayscale: #7B7B7B. Windows color (decimal): -9533343 or 6391918. OLE color: 6391918.
HSL color Cylindrical-coordinate representation of color #6E8861: hue angle of 100º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E8861 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 97 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.47 |
| HSL | 100º | 0.17% | 0.46% | - |
| HSV(B) | 100º | 0.29% | 0.53% | - |
| XYZ | 17.39 | 21.79 | 14.6 | - |
| YUV | 123.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 97 | 0.19 | 0 | 0.29 | 0.47 | 100 | 0.17 | 0.46 |
| Hex | 6E | 88 | 61 | 13 | 0 | 1D | 2F | 64 | 11 | 2E |
| Octal | 156 | 210 | 141 | 23 | 0 | 35 | 57 | 144 | 21 | 56 |
| Binary | 1101110 | 10001000 | 1100001 | 10011 | 0 | 11101 | 101111 | 1100100 | 10001 | 101110 |
Color Harmonies of #6E8861
Complementary color
Monochromatic Colors of #6E8861
Black with #6E8861
Text Example
Text Example
White with #6E8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8861; }
p { color: rgb(110,136,97); }
H1.HeaderClassName
{
color: #6E8861;
}
.AnyTagClassName
{
color: #6E8861;
}
</style>
background-color css
<style>
a { background-color: #6E8861; }
a { background-color: rgb(110,136,97); }
div.DivClassName
{
background-color: #6E8861;
}
.BgClassName
{
background-color: #6E8861;
}
</style>
border-color css
<style>
span { border-color: #6E8861; }
span { border-color: rgb(110,136,97); }
td.TdClassName
{
border-color: #6E8861;
}
.TagClassName
{
border-color: #6E8861;
}
</style>