Shades of Xanadu #6C885E
Tints of Xanadu #6C885E
RGB
CMYK
RGB Variations
Color information
#6C885E (or 0x6C885E) is known color: Xanadu. HEX triplet: 6C, 88 and 5E. RGB value is (108,136,94). Sum of RGB (Red+Green+Blue) = 108+136+94=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #6C885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C885E is #9377A1. Grayscale: #7A7A7A. Windows color (decimal): -9664418 or 6195308. OLE color: 6195308.
HSL color Cylindrical-coordinate representation of color #6C885E: hue angle of 100º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C885E is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 94 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.47 |
| HSL | 100º | 0.18% | 0.45% | - |
| HSV(B) | 100º | 0.31% | 0.53% | - |
| XYZ | 17.01 | 21.6 | 13.86 | - |
| YUV | 122.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 94 | 0.21 | 0 | 0.31 | 0.47 | 100 | 0.18 | 0.45 |
| Hex | 6C | 88 | 5E | 15 | 0 | 1F | 2F | 64 | 12 | 2D |
| Octal | 154 | 210 | 136 | 25 | 0 | 37 | 57 | 144 | 22 | 55 |
| Binary | 1101100 | 10001000 | 1011110 | 10101 | 0 | 11111 | 101111 | 1100100 | 10010 | 101101 |
Color Harmonies of #6C885E
Complementary color
Monochromatic Colors of #6C885E
Black with #6C885E
Text Example
Text Example
White with #6C885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C885E; }
p { color: rgb(108,136,94); }
H1.HeaderClassName
{
color: #6C885E;
}
.AnyTagClassName
{
color: #6C885E;
}
</style>
background-color css
<style>
a { background-color: #6C885E; }
a { background-color: rgb(108,136,94); }
div.DivClassName
{
background-color: #6C885E;
}
.BgClassName
{
background-color: #6C885E;
}
</style>
border-color css
<style>
span { border-color: #6C885E; }
span { border-color: rgb(108,136,94); }
td.TdClassName
{
border-color: #6C885E;
}
.TagClassName
{
border-color: #6C885E;
}
</style>