Shades of Xanadu #6E7E65
Tints of Xanadu #6E7E65
RGB
CMYK
RGB Variations
Color information
#6E7E65 (or 0x6E7E65) is known color: Xanadu. HEX triplet: 6E, 7E and 65. RGB value is (110,126,101). Sum of RGB (Red+Green+Blue) = 110+126+101=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7E65 is #91819A. Grayscale: #767676. Windows color (decimal): -9535899 or 6651502. OLE color: 6651502.
HSL color Cylindrical-coordinate representation of color #6E7E65: hue angle of 98.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E7E65 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 126 | 101 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.51 |
| HSL | 98.4º | 0.11% | 0.45% | - |
| HSV(B) | 98.4º | 0.2% | 0.49% | - |
| XYZ | 16.24 | 19.18 | 15.16 | - |
| YUV | 118.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 101 | 0.13 | 0 | 0.20 | 0.51 | 98.4 | 0.11 | 0.45 |
| Hex | 6E | 7E | 65 | D | 0 | 14 | 33 | 62 | B | 2D |
| Octal | 156 | 176 | 145 | 15 | 0 | 24 | 63 | 142 | 13 | 55 |
| Binary | 1101110 | 1111110 | 1100101 | 1101 | 0 | 10100 | 110011 | 1100010 | 1011 | 101101 |
Color Harmonies of #6E7E65
Complementary color
Monochromatic Colors of #6E7E65
Black with #6E7E65
Text Example
Text Example
White with #6E7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E65; }
p { color: rgb(110,126,101); }
H1.HeaderClassName
{
color: #6E7E65;
}
.AnyTagClassName
{
color: #6E7E65;
}
</style>
background-color css
<style>
a { background-color: #6E7E65; }
a { background-color: rgb(110,126,101); }
div.DivClassName
{
background-color: #6E7E65;
}
.BgClassName
{
background-color: #6E7E65;
}
</style>
border-color css
<style>
span { border-color: #6E7E65; }
span { border-color: rgb(110,126,101); }
td.TdClassName
{
border-color: #6E7E65;
}
.TagClassName
{
border-color: #6E7E65;
}
</style>