Shades of Xanadu #6E8662
Tints of Xanadu #6E8662
RGB
CMYK
RGB Variations
Color information
#6E8662 (or 0x6E8662) is known color: Xanadu. HEX triplet: 6E, 86 and 62. RGB value is (110,134,98). Sum of RGB (Red+Green+Blue) = 110+134+98=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8662 is #91799D. Grayscale: #7A7A7A. Windows color (decimal): -9533854 or 6456942. OLE color: 6456942.
HSL color Cylindrical-coordinate representation of color #6E8662: hue angle of 100º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E8662 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 98 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.47 |
| HSL | 100º | 0.16% | 0.45% | - |
| HSV(B) | 100º | 0.27% | 0.53% | - |
| XYZ | 17.16 | 21.25 | 14.75 | - |
| YUV | 122.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 98 | 0.18 | 0 | 0.27 | 0.47 | 100 | 0.16 | 0.45 |
| Hex | 6E | 86 | 62 | 12 | 0 | 1B | 2F | 64 | 10 | 2D |
| Octal | 156 | 206 | 142 | 22 | 0 | 33 | 57 | 144 | 20 | 55 |
| Binary | 1101110 | 10000110 | 1100010 | 10010 | 0 | 11011 | 101111 | 1100100 | 10000 | 101101 |
Color Harmonies of #6E8662
Complementary color
Monochromatic Colors of #6E8662
Black with #6E8662
Text Example
Text Example
White with #6E8662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8662; }
p { color: rgb(110,134,98); }
H1.HeaderClassName
{
color: #6E8662;
}
.AnyTagClassName
{
color: #6E8662;
}
</style>
background-color css
<style>
a { background-color: #6E8662; }
a { background-color: rgb(110,134,98); }
div.DivClassName
{
background-color: #6E8662;
}
.BgClassName
{
background-color: #6E8662;
}
</style>
border-color css
<style>
span { border-color: #6E8662; }
span { border-color: rgb(110,134,98); }
td.TdClassName
{
border-color: #6E8662;
}
.TagClassName
{
border-color: #6E8662;
}
</style>