Shades of Xanadu #6D875E
Tints of Xanadu #6D875E
RGB
CMYK
RGB Variations
Color information
#6D875E (or 0x6D875E) is known color: Xanadu. HEX triplet: 6D, 87 and 5E. RGB value is (109,135,94). Sum of RGB (Red+Green+Blue) = 109+135+94=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #6D875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D875E is #9278A1. Grayscale: #7A7A7A. Windows color (decimal): -9599138 or 6195053. OLE color: 6195053.
HSL color Cylindrical-coordinate representation of color #6D875E: hue angle of 98.05º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D875E is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 94 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.47 |
| HSL | 98.05º | 0.18% | 0.45% | - |
| HSV(B) | 98.05º | 0.3% | 0.53% | - |
| XYZ | 16.99 | 21.39 | 13.82 | - |
| YUV | 122.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 94 | 0.19 | 0 | 0.30 | 0.47 | 98.05 | 0.18 | 0.45 |
| Hex | 6D | 87 | 5E | 13 | 0 | 1E | 2F | 62 | 12 | 2D |
| Octal | 155 | 207 | 136 | 23 | 0 | 36 | 57 | 142 | 22 | 55 |
| Binary | 1101101 | 10000111 | 1011110 | 10011 | 0 | 11110 | 101111 | 1100010 | 10010 | 101101 |
Color Harmonies of #6D875E
Complementary color
Monochromatic Colors of #6D875E
Black with #6D875E
Text Example
Text Example
White with #6D875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D875E; }
p { color: rgb(109,135,94); }
H1.HeaderClassName
{
color: #6D875E;
}
.AnyTagClassName
{
color: #6D875E;
}
</style>
background-color css
<style>
a { background-color: #6D875E; }
a { background-color: rgb(109,135,94); }
div.DivClassName
{
background-color: #6D875E;
}
.BgClassName
{
background-color: #6D875E;
}
</style>
border-color css
<style>
span { border-color: #6D875E; }
span { border-color: rgb(109,135,94); }
td.TdClassName
{
border-color: #6D875E;
}
.TagClassName
{
border-color: #6D875E;
}
</style>