Shades of Xanadu #6F886C
Tints of Xanadu #6F886C
RGB
CMYK
RGB Variations
Color information
#6F886C (or 0x6F886C) is known color: Xanadu. HEX triplet: 6F, 88 and 6C. RGB value is (111,136,108). Sum of RGB (Red+Green+Blue) = 111+136+108=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #6F886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F886C is #907793. Grayscale: #7D7D7D. Windows color (decimal): -9467796 or 7112815. OLE color: 7112815.
HSL color Cylindrical-coordinate representation of color #6F886C: hue angle of 113.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F886C is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 108 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.47 |
| HSL | 113.57º | 0.11% | 0.48% | - |
| HSV(B) | 113.57º | 0.21% | 0.53% | - |
| XYZ | 18.07 | 22.07 | 17.5 | - |
| YUV | 125.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 108 | 0.18 | 0 | 0.21 | 0.47 | 113.57 | 0.11 | 0.48 |
| Hex | 6F | 88 | 6C | 12 | 0 | 15 | 2F | 72 | B | 30 |
| Octal | 157 | 210 | 154 | 22 | 0 | 25 | 57 | 162 | 13 | 60 |
| Binary | 1101111 | 10001000 | 1101100 | 10010 | 0 | 10101 | 101111 | 1110010 | 1011 | 110000 |
Color Harmonies of #6F886C
Complementary color
Monochromatic Colors of #6F886C
Black with #6F886C
Text Example
Text Example
White with #6F886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F886C; }
p { color: rgb(111,136,108); }
H1.HeaderClassName
{
color: #6F886C;
}
.AnyTagClassName
{
color: #6F886C;
}
</style>
background-color css
<style>
a { background-color: #6F886C; }
a { background-color: rgb(111,136,108); }
div.DivClassName
{
background-color: #6F886C;
}
.BgClassName
{
background-color: #6F886C;
}
</style>
border-color css
<style>
span { border-color: #6F886C; }
span { border-color: rgb(111,136,108); }
td.TdClassName
{
border-color: #6F886C;
}
.TagClassName
{
border-color: #6F886C;
}
</style>