Shades of Xanadu #6D846A
Tints of Xanadu #6D846A
RGB
CMYK
RGB Variations
Color information
#6D846A (or 0x6D846A) is known color: Xanadu. HEX triplet: 6D, 84 and 6A. RGB value is (109,132,106). Sum of RGB (Red+Green+Blue) = 109+132+106=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #6D846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D846A is #927B95. Grayscale: #7A7A7A. Windows color (decimal): -9599894 or 6980717. OLE color: 6980717.
HSL color Cylindrical-coordinate representation of color #6D846A: hue angle of 113.08º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D846A is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 132 | 106 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.48 |
| HSL | 113.08º | 0.11% | 0.47% | - |
| HSV(B) | 113.08º | 0.2% | 0.52% | - |
| XYZ | 17.16 | 20.79 | 16.74 | - |
| YUV | 122.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 106 | 0.17 | 0 | 0.20 | 0.48 | 113.08 | 0.11 | 0.47 |
| Hex | 6D | 84 | 6A | 11 | 0 | 14 | 30 | 71 | B | 2F |
| Octal | 155 | 204 | 152 | 21 | 0 | 24 | 60 | 161 | 13 | 57 |
| Binary | 1101101 | 10000100 | 1101010 | 10001 | 0 | 10100 | 110000 | 1110001 | 1011 | 101111 |
Color Harmonies of #6D846A
Complementary color
Monochromatic Colors of #6D846A
Black with #6D846A
Text Example
Text Example
White with #6D846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D846A; }
p { color: rgb(109,132,106); }
H1.HeaderClassName
{
color: #6D846A;
}
.AnyTagClassName
{
color: #6D846A;
}
</style>
background-color css
<style>
a { background-color: #6D846A; }
a { background-color: rgb(109,132,106); }
div.DivClassName
{
background-color: #6D846A;
}
.BgClassName
{
background-color: #6D846A;
}
</style>
border-color css
<style>
span { border-color: #6D846A; }
span { border-color: rgb(109,132,106); }
td.TdClassName
{
border-color: #6D846A;
}
.TagClassName
{
border-color: #6D846A;
}
</style>