Shades of Xanadu #6D8665
Tints of Xanadu #6D8665
RGB
CMYK
RGB Variations
Color information
#6D8665 (or 0x6D8665) is known color: Xanadu. HEX triplet: 6D, 86 and 65. RGB value is (109,134,101). Sum of RGB (Red+Green+Blue) = 109+134+101=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8665 is #92799A. Grayscale: #7A7A7A. Windows color (decimal): -9599387 or 6653549. OLE color: 6653549.
HSL color Cylindrical-coordinate representation of color #6D8665: hue angle of 105.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D8665 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 134 | 101 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.47 |
| HSL | 105.45º | 0.14% | 0.46% | - |
| HSV(B) | 105.45º | 0.25% | 0.53% | - |
| XYZ | 17.18 | 21.24 | 15.51 | - |
| YUV | 122.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 101 | 0.19 | 0 | 0.25 | 0.47 | 105.45 | 0.14 | 0.46 |
| Hex | 6D | 86 | 65 | 13 | 0 | 19 | 2F | 69 | E | 2E |
| Octal | 155 | 206 | 145 | 23 | 0 | 31 | 57 | 151 | 16 | 56 |
| Binary | 1101101 | 10000110 | 1100101 | 10011 | 0 | 11001 | 101111 | 1101001 | 1110 | 101110 |
Color Harmonies of #6D8665
Complementary color
Monochromatic Colors of #6D8665
Black with #6D8665
Text Example
Text Example
White with #6D8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8665; }
p { color: rgb(109,134,101); }
H1.HeaderClassName
{
color: #6D8665;
}
.AnyTagClassName
{
color: #6D8665;
}
</style>
background-color css
<style>
a { background-color: #6D8665; }
a { background-color: rgb(109,134,101); }
div.DivClassName
{
background-color: #6D8665;
}
.BgClassName
{
background-color: #6D8665;
}
</style>
border-color css
<style>
span { border-color: #6D8665; }
span { border-color: rgb(109,134,101); }
td.TdClassName
{
border-color: #6D8665;
}
.TagClassName
{
border-color: #6D8665;
}
</style>