Shades of Xanadu #6D8565
Tints of Xanadu #6D8565
RGB
CMYK
RGB Variations
Color information
#6D8565 (or 0x6D8565) is known color: Xanadu. HEX triplet: 6D, 85 and 65. RGB value is (109,133,101). Sum of RGB (Red+Green+Blue) = 109+133+101=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8565 is #927A9A. Grayscale: #7A7A7A. Windows color (decimal): -9599643 or 6653293. OLE color: 6653293.
HSL color Cylindrical-coordinate representation of color #6D8565: hue angle of 105º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8565 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 101 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.48 |
| HSL | 105º | 0.14% | 0.46% | - |
| HSV(B) | 105º | 0.24% | 0.52% | - |
| XYZ | 17.04 | 20.97 | 15.46 | - |
| YUV | 122.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 101 | 0.18 | 0 | 0.24 | 0.48 | 105 | 0.14 | 0.46 |
| Hex | 6D | 85 | 65 | 12 | 0 | 18 | 30 | 69 | E | 2E |
| Octal | 155 | 205 | 145 | 22 | 0 | 30 | 60 | 151 | 16 | 56 |
| Binary | 1101101 | 10000101 | 1100101 | 10010 | 0 | 11000 | 110000 | 1101001 | 1110 | 101110 |
Color Harmonies of #6D8565
Complementary color
Monochromatic Colors of #6D8565
Black with #6D8565
Text Example
Text Example
White with #6D8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8565; }
p { color: rgb(109,133,101); }
H1.HeaderClassName
{
color: #6D8565;
}
.AnyTagClassName
{
color: #6D8565;
}
</style>
background-color css
<style>
a { background-color: #6D8565; }
a { background-color: rgb(109,133,101); }
div.DivClassName
{
background-color: #6D8565;
}
.BgClassName
{
background-color: #6D8565;
}
</style>
border-color css
<style>
span { border-color: #6D8565; }
span { border-color: rgb(109,133,101); }
td.TdClassName
{
border-color: #6D8565;
}
.TagClassName
{
border-color: #6D8565;
}
</style>