Shades of Xanadu #6D786A
Tints of Xanadu #6D786A
RGB
CMYK
RGB Variations
Color information
#6D786A (or 0x6D786A) is known color: Xanadu. HEX triplet: 6D, 78 and 6A. RGB value is (109,120,106). Sum of RGB (Red+Green+Blue) = 109+120+106=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #6D786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D786A is #928795. Grayscale: #737373. Windows color (decimal): -9602966 or 6977645. OLE color: 6977645.
HSL color Cylindrical-coordinate representation of color #6D786A: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D786A is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 120 | 106 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.53 |
| HSL | 107.14º | 0.06% | 0.44% | - |
| HSV(B) | 107.14º | 0.12% | 0.47% | - |
| XYZ | 15.62 | 17.72 | 16.23 | - |
| YUV | 115.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 106 | 0.09 | 0 | 0.12 | 0.53 | 107.14 | 0.06 | 0.44 |
| Hex | 6D | 78 | 6A | 9 | 0 | C | 35 | 6B | 6 | 2C |
| Octal | 155 | 170 | 152 | 11 | 0 | 14 | 65 | 153 | 6 | 54 |
| Binary | 1101101 | 1111000 | 1101010 | 1001 | 0 | 1100 | 110101 | 1101011 | 110 | 101100 |
Color Harmonies of #6D786A
Complementary color
Monochromatic Colors of #6D786A
Black with #6D786A
Text Example
Text Example
White with #6D786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D786A; }
p { color: rgb(109,120,106); }
H1.HeaderClassName
{
color: #6D786A;
}
.AnyTagClassName
{
color: #6D786A;
}
</style>
background-color css
<style>
a { background-color: #6D786A; }
a { background-color: rgb(109,120,106); }
div.DivClassName
{
background-color: #6D786A;
}
.BgClassName
{
background-color: #6D786A;
}
</style>
border-color css
<style>
span { border-color: #6D786A; }
span { border-color: rgb(109,120,106); }
td.TdClassName
{
border-color: #6D786A;
}
.TagClassName
{
border-color: #6D786A;
}
</style>