Shades of Xanadu #6D8561
Tints of Xanadu #6D8561
RGB
CMYK
RGB Variations
Color information
#6D8561 (or 0x6D8561) is known color: Xanadu. HEX triplet: 6D, 85 and 61. RGB value is (109,133,97). Sum of RGB (Red+Green+Blue) = 109+133+97=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8561 is #927A9E. Grayscale: #797979. Windows color (decimal): -9599647 or 6391149. OLE color: 6391149.
HSL color Cylindrical-coordinate representation of color #6D8561: hue angle of 100º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D8561 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 97 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.48 |
| HSL | 100º | 0.16% | 0.45% | - |
| HSV(B) | 100º | 0.27% | 0.52% | - |
| XYZ | 16.85 | 20.89 | 14.45 | - |
| YUV | 121.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 97 | 0.18 | 0 | 0.27 | 0.48 | 100 | 0.16 | 0.45 |
| Hex | 6D | 85 | 61 | 12 | 0 | 1B | 30 | 64 | 10 | 2D |
| Octal | 155 | 205 | 141 | 22 | 0 | 33 | 60 | 144 | 20 | 55 |
| Binary | 1101101 | 10000101 | 1100001 | 10010 | 0 | 11011 | 110000 | 1100100 | 10000 | 101101 |
Color Harmonies of #6D8561
Complementary color
Monochromatic Colors of #6D8561
Black with #6D8561
Text Example
Text Example
White with #6D8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8561; }
p { color: rgb(109,133,97); }
H1.HeaderClassName
{
color: #6D8561;
}
.AnyTagClassName
{
color: #6D8561;
}
</style>
background-color css
<style>
a { background-color: #6D8561; }
a { background-color: rgb(109,133,97); }
div.DivClassName
{
background-color: #6D8561;
}
.BgClassName
{
background-color: #6D8561;
}
</style>
border-color css
<style>
span { border-color: #6D8561; }
span { border-color: rgb(109,133,97); }
td.TdClassName
{
border-color: #6D8561;
}
.TagClassName
{
border-color: #6D8561;
}
</style>