Shades of Xanadu #6E796A
Tints of Xanadu #6E796A
RGB
CMYK
RGB Variations
Color information
#6E796A (or 0x6E796A) is known color: Xanadu. HEX triplet: 6E, 79 and 6A. RGB value is (110,121,106). Sum of RGB (Red+Green+Blue) = 110+121+106=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #6E796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E796A is #918695. Grayscale: #747474. Windows color (decimal): -9537174 or 6977902. OLE color: 6977902.
HSL color Cylindrical-coordinate representation of color #6E796A: hue angle of 104º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E796A is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 121 | 106 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.53 |
| HSL | 104º | 0.07% | 0.45% | - |
| HSV(B) | 104º | 0.12% | 0.47% | - |
| XYZ | 15.87 | 18.03 | 16.28 | - |
| YUV | 116 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 106 | 0.09 | 0 | 0.12 | 0.53 | 104 | 0.07 | 0.45 |
| Hex | 6E | 79 | 6A | 9 | 0 | C | 35 | 68 | 7 | 2D |
| Octal | 156 | 171 | 152 | 11 | 0 | 14 | 65 | 150 | 7 | 55 |
| Binary | 1101110 | 1111001 | 1101010 | 1001 | 0 | 1100 | 110101 | 1101000 | 111 | 101101 |
Color Harmonies of #6E796A
Complementary color
Monochromatic Colors of #6E796A
Black with #6E796A
Text Example
Text Example
White with #6E796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E796A; }
p { color: rgb(110,121,106); }
H1.HeaderClassName
{
color: #6E796A;
}
.AnyTagClassName
{
color: #6E796A;
}
</style>
background-color css
<style>
a { background-color: #6E796A; }
a { background-color: rgb(110,121,106); }
div.DivClassName
{
background-color: #6E796A;
}
.BgClassName
{
background-color: #6E796A;
}
</style>
border-color css
<style>
span { border-color: #6E796A; }
span { border-color: rgb(110,121,106); }
td.TdClassName
{
border-color: #6E796A;
}
.TagClassName
{
border-color: #6E796A;
}
</style>