Shades of Xanadu #6C8568
Tints of Xanadu #6C8568
RGB
CMYK
RGB Variations
Color information
#6C8568 (or 0x6C8568) is known color: Xanadu. HEX triplet: 6C, 85 and 68. RGB value is (108,133,104). Sum of RGB (Red+Green+Blue) = 108+133+104=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8568 is #937A97. Grayscale: #7A7A7A. Windows color (decimal): -9665176 or 6849900. OLE color: 6849900.
HSL color Cylindrical-coordinate representation of color #6C8568: hue angle of 111.72º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8568 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 104 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.48 |
| HSL | 111.72º | 0.12% | 0.46% | - |
| HSV(B) | 111.72º | 0.22% | 0.52% | - |
| XYZ | 17.07 | 20.96 | 16.24 | - |
| YUV | 122.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 104 | 0.19 | 0 | 0.22 | 0.48 | 111.72 | 0.12 | 0.46 |
| Hex | 6C | 85 | 68 | 13 | 0 | 16 | 30 | 70 | C | 2E |
| Octal | 154 | 205 | 150 | 23 | 0 | 26 | 60 | 160 | 14 | 56 |
| Binary | 1101100 | 10000101 | 1101000 | 10011 | 0 | 10110 | 110000 | 1110000 | 1100 | 101110 |
Color Harmonies of #6C8568
Complementary color
Monochromatic Colors of #6C8568
Black with #6C8568
Text Example
Text Example
White with #6C8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8568; }
p { color: rgb(108,133,104); }
H1.HeaderClassName
{
color: #6C8568;
}
.AnyTagClassName
{
color: #6C8568;
}
</style>
background-color css
<style>
a { background-color: #6C8568; }
a { background-color: rgb(108,133,104); }
div.DivClassName
{
background-color: #6C8568;
}
.BgClassName
{
background-color: #6C8568;
}
</style>
border-color css
<style>
span { border-color: #6C8568; }
span { border-color: rgb(108,133,104); }
td.TdClassName
{
border-color: #6C8568;
}
.TagClassName
{
border-color: #6C8568;
}
</style>