Shades of Xanadu #71836A
Tints of Xanadu #71836A
RGB
CMYK
RGB Variations
Color information
#71836A (or 0x71836A) is known color: Xanadu. HEX triplet: 71, 83 and 6A. RGB value is (113,131,106). Sum of RGB (Red+Green+Blue) = 113+131+106=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #71836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71836A is #8E7C95. Grayscale: #7A7A7A. Windows color (decimal): -9338006 or 6980465. OLE color: 6980465.
HSL color Cylindrical-coordinate representation of color #71836A: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71836A is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 106 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.49 |
| HSL | 103.2º | 0.11% | 0.46% | - |
| HSV(B) | 103.2º | 0.19% | 0.51% | - |
| XYZ | 17.53 | 20.78 | 16.72 | - |
| YUV | 122.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 106 | 0.14 | 0 | 0.19 | 0.49 | 103.2 | 0.11 | 0.46 |
| Hex | 71 | 83 | 6A | E | 0 | 13 | 31 | 67 | B | 2E |
| Octal | 161 | 203 | 152 | 16 | 0 | 23 | 61 | 147 | 13 | 56 |
| Binary | 1110001 | 10000011 | 1101010 | 1110 | 0 | 10011 | 110001 | 1100111 | 1011 | 101110 |
Color Harmonies of #71836A
Complementary color
Monochromatic Colors of #71836A
Black with #71836A
Text Example
Text Example
White with #71836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71836A; }
p { color: rgb(113,131,106); }
H1.HeaderClassName
{
color: #71836A;
}
.AnyTagClassName
{
color: #71836A;
}
</style>
background-color css
<style>
a { background-color: #71836A; }
a { background-color: rgb(113,131,106); }
div.DivClassName
{
background-color: #71836A;
}
.BgClassName
{
background-color: #71836A;
}
</style>
border-color css
<style>
span { border-color: #71836A; }
span { border-color: rgb(113,131,106); }
td.TdClassName
{
border-color: #71836A;
}
.TagClassName
{
border-color: #71836A;
}
</style>