Shades of Xanadu #6D816A
Tints of Xanadu #6D816A
RGB
CMYK
RGB Variations
Color information
#6D816A (or 0x6D816A) is known color: Xanadu. HEX triplet: 6D, 81 and 6A. RGB value is (109,129,106). Sum of RGB (Red+Green+Blue) = 109+129+106=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #6D816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D816A is #927E95. Grayscale: #787878. Windows color (decimal): -9600662 or 6979949. OLE color: 6979949.
HSL color Cylindrical-coordinate representation of color #6D816A: hue angle of 112.17º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D816A is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 106 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.49 |
| HSL | 112.17º | 0.1% | 0.46% | - |
| HSV(B) | 112.17º | 0.18% | 0.51% | - |
| XYZ | 16.76 | 19.99 | 16.61 | - |
| YUV | 120.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 106 | 0.16 | 0 | 0.18 | 0.49 | 112.17 | 0.1 | 0.46 |
| Hex | 6D | 81 | 6A | 10 | 0 | 12 | 31 | 70 | A | 2E |
| Octal | 155 | 201 | 152 | 20 | 0 | 22 | 61 | 160 | 12 | 56 |
| Binary | 1101101 | 10000001 | 1101010 | 10000 | 0 | 10010 | 110001 | 1110000 | 1010 | 101110 |
Color Harmonies of #6D816A
Complementary color
Monochromatic Colors of #6D816A
Black with #6D816A
Text Example
Text Example
White with #6D816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D816A; }
p { color: rgb(109,129,106); }
H1.HeaderClassName
{
color: #6D816A;
}
.AnyTagClassName
{
color: #6D816A;
}
</style>
background-color css
<style>
a { background-color: #6D816A; }
a { background-color: rgb(109,129,106); }
div.DivClassName
{
background-color: #6D816A;
}
.BgClassName
{
background-color: #6D816A;
}
</style>
border-color css
<style>
span { border-color: #6D816A; }
span { border-color: rgb(109,129,106); }
td.TdClassName
{
border-color: #6D816A;
}
.TagClassName
{
border-color: #6D816A;
}
</style>