Shades of Xanadu #6E796C
Tints of Xanadu #6E796C
RGB
CMYK
RGB Variations
Color information
#6E796C (or 0x6E796C) is known color: Xanadu. HEX triplet: 6E, 79 and 6C. RGB value is (110,121,108). Sum of RGB (Red+Green+Blue) = 110+121+108=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #6E796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E796C is #918693. Grayscale: #747474. Windows color (decimal): -9537172 or 7108974. OLE color: 7108974.
HSL color Cylindrical-coordinate representation of color #6E796C: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E796C is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 121 | 108 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.53 |
| HSL | 110.77º | 0.06% | 0.45% | - |
| HSV(B) | 110.77º | 0.11% | 0.47% | - |
| XYZ | 15.97 | 18.07 | 16.83 | - |
| YUV | 116.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 108 | 0.09 | 0 | 0.11 | 0.53 | 110.77 | 0.06 | 0.45 |
| Hex | 6E | 79 | 6C | 9 | 0 | B | 35 | 6F | 6 | 2D |
| Octal | 156 | 171 | 154 | 11 | 0 | 13 | 65 | 157 | 6 | 55 |
| Binary | 1101110 | 1111001 | 1101100 | 1001 | 0 | 1011 | 110101 | 1101111 | 110 | 101101 |
Color Harmonies of #6E796C
Complementary color
Monochromatic Colors of #6E796C
Black with #6E796C
Text Example
Text Example
White with #6E796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E796C; }
p { color: rgb(110,121,108); }
H1.HeaderClassName
{
color: #6E796C;
}
.AnyTagClassName
{
color: #6E796C;
}
</style>
background-color css
<style>
a { background-color: #6E796C; }
a { background-color: rgb(110,121,108); }
div.DivClassName
{
background-color: #6E796C;
}
.BgClassName
{
background-color: #6E796C;
}
</style>
border-color css
<style>
span { border-color: #6E796C; }
span { border-color: rgb(110,121,108); }
td.TdClassName
{
border-color: #6E796C;
}
.TagClassName
{
border-color: #6E796C;
}
</style>