Shades of Xanadu #6D915E
Tints of Xanadu #6D915E
RGB
CMYK
RGB Variations
Color information
#6D915E (or 0x6D915E) is known color: Xanadu. HEX triplet: 6D, 91 and 5E. RGB value is (109,145,94). Sum of RGB (Red+Green+Blue) = 109+145+94=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #6D915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D915E is #926EA1. Grayscale: #808080. Windows color (decimal): -9596578 or 6197613. OLE color: 6197613.
HSL color Cylindrical-coordinate representation of color #6D915E: hue angle of 102.35º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D915E is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 94 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.43 |
| HSL | 102.35º | 0.21% | 0.47% | - |
| HSV(B) | 102.35º | 0.35% | 0.57% | - |
| XYZ | 18.45 | 24.31 | 14.31 | - |
| YUV | 128.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 94 | 0.25 | 0 | 0.35 | 0.43 | 102.35 | 0.21 | 0.47 |
| Hex | 6D | 91 | 5E | 19 | 0 | 23 | 2B | 66 | 15 | 2F |
| Octal | 155 | 221 | 136 | 31 | 0 | 43 | 53 | 146 | 25 | 57 |
| Binary | 1101101 | 10010001 | 1011110 | 11001 | 0 | 100011 | 101011 | 1100110 | 10101 | 101111 |
Color Harmonies of #6D915E
Complementary color
Monochromatic Colors of #6D915E
Black with #6D915E
Text Example
Text Example
White with #6D915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D915E; }
p { color: rgb(109,145,94); }
H1.HeaderClassName
{
color: #6D915E;
}
.AnyTagClassName
{
color: #6D915E;
}
</style>
background-color css
<style>
a { background-color: #6D915E; }
a { background-color: rgb(109,145,94); }
div.DivClassName
{
background-color: #6D915E;
}
.BgClassName
{
background-color: #6D915E;
}
</style>
border-color css
<style>
span { border-color: #6D915E; }
span { border-color: rgb(109,145,94); }
td.TdClassName
{
border-color: #6D915E;
}
.TagClassName
{
border-color: #6D915E;
}
</style>