Shades of Xanadu #6F756E
Tints of Xanadu #6F756E
RGB
CMYK
RGB Variations
Color information
#6F756E (or 0x6F756E) is known color: Xanadu. HEX triplet: 6F, 75 and 6E. RGB value is (111,117,110). Sum of RGB (Red+Green+Blue) = 111+117+110=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #6F756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F756E is #908A91. Grayscale: #727272. Windows color (decimal): -9472658 or 7239023. OLE color: 7239023.
HSL color Cylindrical-coordinate representation of color #6F756E: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F756E is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 117 | 110 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.54 |
| HSL | 111.43º | 0.03% | 0.45% | - |
| HSV(B) | 111.43º | 0.06% | 0.46% | - |
| XYZ | 15.73 | 17.23 | 17.25 | - |
| YUV | 114.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 110 | 0.05 | 0 | 0.06 | 0.54 | 111.43 | 0.03 | 0.45 |
| Hex | 6F | 75 | 6E | 5 | 0 | 6 | 36 | 6F | 3 | 2D |
| Octal | 157 | 165 | 156 | 5 | 0 | 6 | 66 | 157 | 3 | 55 |
| Binary | 1101111 | 1110101 | 1101110 | 101 | 0 | 110 | 110110 | 1101111 | 11 | 101101 |
Color Harmonies of #6F756E
Complementary color
Monochromatic Colors of #6F756E
Black with #6F756E
Text Example
Text Example
White with #6F756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F756E; }
p { color: rgb(111,117,110); }
H1.HeaderClassName
{
color: #6F756E;
}
.AnyTagClassName
{
color: #6F756E;
}
</style>
background-color css
<style>
a { background-color: #6F756E; }
a { background-color: rgb(111,117,110); }
div.DivClassName
{
background-color: #6F756E;
}
.BgClassName
{
background-color: #6F756E;
}
</style>
border-color css
<style>
span { border-color: #6F756E; }
span { border-color: rgb(111,117,110); }
td.TdClassName
{
border-color: #6F756E;
}
.TagClassName
{
border-color: #6F756E;
}
</style>