Shades of Xanadu #6F726E
Tints of Xanadu #6F726E
RGB
CMYK
RGB Variations
Color information
#6F726E (or 0x6F726E) is known color: Xanadu. HEX triplet: 6F, 72 and 6E. RGB value is (111,114,110). Sum of RGB (Red+Green+Blue) = 111+114+110=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 114 - color contains mainly: green. Hex color #6F726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F726E is #908D91. Grayscale: #707070. Windows color (decimal): -9473426 or 7238255. OLE color: 7238255.
HSL color Cylindrical-coordinate representation of color #6F726E: hue angle of 105º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F726E is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 110 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.55 |
| HSL | 105º | 0.02% | 0.44% | - |
| HSV(B) | 105º | 0.04% | 0.45% | - |
| XYZ | 15.39 | 16.54 | 17.13 | - |
| YUV | 112.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 110 | 0.03 | 0 | 0.04 | 0.55 | 105 | 0.02 | 0.44 |
| Hex | 6F | 72 | 6E | 3 | 0 | 4 | 37 | 69 | 2 | 2C |
| Octal | 157 | 162 | 156 | 3 | 0 | 4 | 67 | 151 | 2 | 54 |
| Binary | 1101111 | 1110010 | 1101110 | 11 | 0 | 100 | 110111 | 1101001 | 10 | 101100 |
Color Harmonies of #6F726E
Complementary color
Monochromatic Colors of #6F726E
Black with #6F726E
Text Example
Text Example
White with #6F726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F726E; }
p { color: rgb(111,114,110); }
H1.HeaderClassName
{
color: #6F726E;
}
.AnyTagClassName
{
color: #6F726E;
}
</style>
background-color css
<style>
a { background-color: #6F726E; }
a { background-color: rgb(111,114,110); }
div.DivClassName
{
background-color: #6F726E;
}
.BgClassName
{
background-color: #6F726E;
}
</style>
border-color css
<style>
span { border-color: #6F726E; }
span { border-color: rgb(111,114,110); }
td.TdClassName
{
border-color: #6F726E;
}
.TagClassName
{
border-color: #6F726E;
}
</style>