Shades of Xanadu #71866C
Tints of Xanadu #71866C
RGB
CMYK
RGB Variations
Color information
#71866C (or 0x71866C) is known color: Xanadu. HEX triplet: 71, 86 and 6C. RGB value is (113,134,108). Sum of RGB (Red+Green+Blue) = 113+134+108=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #71866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71866C is #8E7993. Grayscale: #7C7C7C. Windows color (decimal): -9337236 or 7112305. OLE color: 7112305.
HSL color Cylindrical-coordinate representation of color #71866C: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71866C is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 134 | 108 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.47 |
| HSL | 108.46º | 0.11% | 0.47% | - |
| HSV(B) | 108.46º | 0.19% | 0.53% | - |
| XYZ | 18.04 | 21.64 | 17.41 | - |
| YUV | 124.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 108 | 0.16 | 0 | 0.19 | 0.47 | 108.46 | 0.11 | 0.47 |
| Hex | 71 | 86 | 6C | 10 | 0 | 13 | 2F | 6C | B | 2F |
| Octal | 161 | 206 | 154 | 20 | 0 | 23 | 57 | 154 | 13 | 57 |
| Binary | 1110001 | 10000110 | 1101100 | 10000 | 0 | 10011 | 101111 | 1101100 | 1011 | 101111 |
Color Harmonies of #71866C
Complementary color
Monochromatic Colors of #71866C
Black with #71866C
Text Example
Text Example
White with #71866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71866C; }
p { color: rgb(113,134,108); }
H1.HeaderClassName
{
color: #71866C;
}
.AnyTagClassName
{
color: #71866C;
}
</style>
background-color css
<style>
a { background-color: #71866C; }
a { background-color: rgb(113,134,108); }
div.DivClassName
{
background-color: #71866C;
}
.BgClassName
{
background-color: #71866C;
}
</style>
border-color css
<style>
span { border-color: #71866C; }
span { border-color: rgb(113,134,108); }
td.TdClassName
{
border-color: #71866C;
}
.TagClassName
{
border-color: #71866C;
}
</style>