Shades of Xanadu #6C8560
Tints of Xanadu #6C8560
RGB
CMYK
RGB Variations
Color information
#6C8560 (or 0x6C8560) is known color: Xanadu. HEX triplet: 6C, 85 and 60. RGB value is (108,133,96). Sum of RGB (Red+Green+Blue) = 108+133+96=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8560 is #937A9F. Grayscale: #797979. Windows color (decimal): -9665184 or 6325612. OLE color: 6325612.
HSL color Cylindrical-coordinate representation of color #6C8560: hue angle of 100.54º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C8560 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 96 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.48 |
| HSL | 100.54º | 0.16% | 0.45% | - |
| HSV(B) | 100.54º | 0.28% | 0.52% | - |
| XYZ | 16.68 | 20.81 | 14.2 | - |
| YUV | 121.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 96 | 0.19 | 0 | 0.28 | 0.48 | 100.54 | 0.16 | 0.45 |
| Hex | 6C | 85 | 60 | 13 | 0 | 1C | 30 | 65 | 10 | 2D |
| Octal | 154 | 205 | 140 | 23 | 0 | 34 | 60 | 145 | 20 | 55 |
| Binary | 1101100 | 10000101 | 1100000 | 10011 | 0 | 11100 | 110000 | 1100101 | 10000 | 101101 |
Color Harmonies of #6C8560
Complementary color
Monochromatic Colors of #6C8560
Black with #6C8560
Text Example
Text Example
White with #6C8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8560; }
p { color: rgb(108,133,96); }
H1.HeaderClassName
{
color: #6C8560;
}
.AnyTagClassName
{
color: #6C8560;
}
</style>
background-color css
<style>
a { background-color: #6C8560; }
a { background-color: rgb(108,133,96); }
div.DivClassName
{
background-color: #6C8560;
}
.BgClassName
{
background-color: #6C8560;
}
</style>
border-color css
<style>
span { border-color: #6C8560; }
span { border-color: rgb(108,133,96); }
td.TdClassName
{
border-color: #6C8560;
}
.TagClassName
{
border-color: #6C8560;
}
</style>