Shades of Xanadu #6F746D
Tints of Xanadu #6F746D
RGB
CMYK
RGB Variations
Color information
#6F746D (or 0x6F746D) is known color: Xanadu. HEX triplet: 6F, 74 and 6D. RGB value is (111,116,109). Sum of RGB (Red+Green+Blue) = 111+116+109=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 116 - color contains mainly: green. Hex color #6F746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F746D is #908B92. Grayscale: #717171. Windows color (decimal): -9472915 or 7173231. OLE color: 7173231.
HSL color Cylindrical-coordinate representation of color #6F746D: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F746D is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 109 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.55 |
| HSL | 102.86º | 0.03% | 0.44% | - |
| HSV(B) | 102.86º | 0.06% | 0.45% | - |
| XYZ | 15.56 | 16.97 | 16.92 | - |
| YUV | 113.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 109 | 0.04 | 0 | 0.06 | 0.55 | 102.86 | 0.03 | 0.44 |
| Hex | 6F | 74 | 6D | 4 | 0 | 6 | 37 | 67 | 3 | 2C |
| Octal | 157 | 164 | 155 | 4 | 0 | 6 | 67 | 147 | 3 | 54 |
| Binary | 1101111 | 1110100 | 1101101 | 100 | 0 | 110 | 110111 | 1100111 | 11 | 101100 |
Color Harmonies of #6F746D
Complementary color
Monochromatic Colors of #6F746D
Black with #6F746D
Text Example
Text Example
White with #6F746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F746D; }
p { color: rgb(111,116,109); }
H1.HeaderClassName
{
color: #6F746D;
}
.AnyTagClassName
{
color: #6F746D;
}
</style>
background-color css
<style>
a { background-color: #6F746D; }
a { background-color: rgb(111,116,109); }
div.DivClassName
{
background-color: #6F746D;
}
.BgClassName
{
background-color: #6F746D;
}
</style>
border-color css
<style>
span { border-color: #6F746D; }
span { border-color: rgb(111,116,109); }
td.TdClassName
{
border-color: #6F746D;
}
.TagClassName
{
border-color: #6F746D;
}
</style>