Shades of Xanadu #6D8368
Tints of Xanadu #6D8368
RGB
CMYK
RGB Variations
Color information
#6D8368 (or 0x6D8368) is known color: Xanadu. HEX triplet: 6D, 83 and 68. RGB value is (109,131,104). Sum of RGB (Red+Green+Blue) = 109+131+104=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8368 is #927C97. Grayscale: #797979. Windows color (decimal): -9600152 or 6849389. OLE color: 6849389.
HSL color Cylindrical-coordinate representation of color #6D8368: hue angle of 108.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D8368 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 104 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.49 |
| HSL | 108.89º | 0.11% | 0.46% | - |
| HSV(B) | 108.89º | 0.21% | 0.51% | - |
| XYZ | 16.92 | 20.48 | 16.16 | - |
| YUV | 121.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 104 | 0.17 | 0 | 0.21 | 0.49 | 108.89 | 0.11 | 0.46 |
| Hex | 6D | 83 | 68 | 11 | 0 | 15 | 31 | 6D | B | 2E |
| Octal | 155 | 203 | 150 | 21 | 0 | 25 | 61 | 155 | 13 | 56 |
| Binary | 1101101 | 10000011 | 1101000 | 10001 | 0 | 10101 | 110001 | 1101101 | 1011 | 101110 |
Color Harmonies of #6D8368
Complementary color
Monochromatic Colors of #6D8368
Black with #6D8368
Text Example
Text Example
White with #6D8368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8368; }
p { color: rgb(109,131,104); }
H1.HeaderClassName
{
color: #6D8368;
}
.AnyTagClassName
{
color: #6D8368;
}
</style>
background-color css
<style>
a { background-color: #6D8368; }
a { background-color: rgb(109,131,104); }
div.DivClassName
{
background-color: #6D8368;
}
.BgClassName
{
background-color: #6D8368;
}
</style>
border-color css
<style>
span { border-color: #6D8368; }
span { border-color: rgb(109,131,104); }
td.TdClassName
{
border-color: #6D8368;
}
.TagClassName
{
border-color: #6D8368;
}
</style>