Shades of Xanadu #6F746E
Tints of Xanadu #6F746E
RGB
CMYK
RGB Variations
Color information
#6F746E (or 0x6F746E) is known color: Xanadu. HEX triplet: 6F, 74 and 6E. RGB value is (111,116,110). Sum of RGB (Red+Green+Blue) = 111+116+110=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #6F746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F746E is #908B91. Grayscale: #717171. Windows color (decimal): -9472914 or 7238767. OLE color: 7238767.
HSL color Cylindrical-coordinate representation of color #6F746E: hue angle of 110º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F746E is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 110 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.55 |
| HSL | 110º | 0.03% | 0.44% | - |
| HSV(B) | 110º | 0.05% | 0.45% | - |
| XYZ | 15.62 | 17 | 17.21 | - |
| YUV | 113.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 110 | 0.04 | 0 | 0.05 | 0.55 | 110 | 0.03 | 0.44 |
| Hex | 6F | 74 | 6E | 4 | 0 | 5 | 37 | 6E | 3 | 2C |
| Octal | 157 | 164 | 156 | 4 | 0 | 5 | 67 | 156 | 3 | 54 |
| Binary | 1101111 | 1110100 | 1101110 | 100 | 0 | 101 | 110111 | 1101110 | 11 | 101100 |
Color Harmonies of #6F746E
Complementary color
Monochromatic Colors of #6F746E
Black with #6F746E
Text Example
Text Example
White with #6F746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F746E; }
p { color: rgb(111,116,110); }
H1.HeaderClassName
{
color: #6F746E;
}
.AnyTagClassName
{
color: #6F746E;
}
</style>
background-color css
<style>
a { background-color: #6F746E; }
a { background-color: rgb(111,116,110); }
div.DivClassName
{
background-color: #6F746E;
}
.BgClassName
{
background-color: #6F746E;
}
</style>
border-color css
<style>
span { border-color: #6F746E; }
span { border-color: rgb(111,116,110); }
td.TdClassName
{
border-color: #6F746E;
}
.TagClassName
{
border-color: #6F746E;
}
</style>