Shades of Xanadu #6F856B
Tints of Xanadu #6F856B
RGB
CMYK
RGB Variations
Color information
#6F856B (or 0x6F856B) is known color: Xanadu. HEX triplet: 6F, 85 and 6B. RGB value is (111,133,107). Sum of RGB (Red+Green+Blue) = 111+133+107=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #6F856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F856B is #907A94. Grayscale: #7B7B7B. Windows color (decimal): -9468565 or 7046511. OLE color: 7046511.
HSL color Cylindrical-coordinate representation of color #6F856B: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F856B is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 107 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.48 |
| HSL | 110.77º | 0.11% | 0.47% | - |
| HSV(B) | 110.77º | 0.2% | 0.52% | - |
| XYZ | 17.6 | 21.22 | 17.08 | - |
| YUV | 123.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 107 | 0.17 | 0 | 0.20 | 0.48 | 110.77 | 0.11 | 0.47 |
| Hex | 6F | 85 | 6B | 11 | 0 | 14 | 30 | 6F | B | 2F |
| Octal | 157 | 205 | 153 | 21 | 0 | 24 | 60 | 157 | 13 | 57 |
| Binary | 1101111 | 10000101 | 1101011 | 10001 | 0 | 10100 | 110000 | 1101111 | 1011 | 101111 |
Color Harmonies of #6F856B
Complementary color
Monochromatic Colors of #6F856B
Black with #6F856B
Text Example
Text Example
White with #6F856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F856B; }
p { color: rgb(111,133,107); }
H1.HeaderClassName
{
color: #6F856B;
}
.AnyTagClassName
{
color: #6F856B;
}
</style>
background-color css
<style>
a { background-color: #6F856B; }
a { background-color: rgb(111,133,107); }
div.DivClassName
{
background-color: #6F856B;
}
.BgClassName
{
background-color: #6F856B;
}
</style>
border-color css
<style>
span { border-color: #6F856B; }
span { border-color: rgb(111,133,107); }
td.TdClassName
{
border-color: #6F856B;
}
.TagClassName
{
border-color: #6F856B;
}
</style>