Shades of Xanadu #6F836C
Tints of Xanadu #6F836C
RGB
CMYK
RGB Variations
Color information
#6F836C (or 0x6F836C) is known color: Xanadu. HEX triplet: 6F, 83 and 6C. RGB value is (111,131,108). Sum of RGB (Red+Green+Blue) = 111+131+108=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #6F836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F836C is #907C93. Grayscale: #7A7A7A. Windows color (decimal): -9469076 or 7111535. OLE color: 7111535.
HSL color Cylindrical-coordinate representation of color #6F836C: hue angle of 112.17º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F836C is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 131 | 108 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.49 |
| HSL | 112.17º | 0.1% | 0.47% | - |
| HSV(B) | 112.17º | 0.18% | 0.51% | - |
| XYZ | 17.38 | 20.69 | 17.27 | - |
| YUV | 122.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 108 | 0.15 | 0 | 0.18 | 0.49 | 112.17 | 0.1 | 0.47 |
| Hex | 6F | 83 | 6C | F | 0 | 12 | 31 | 70 | A | 2F |
| Octal | 157 | 203 | 154 | 17 | 0 | 22 | 61 | 160 | 12 | 57 |
| Binary | 1101111 | 10000011 | 1101100 | 1111 | 0 | 10010 | 110001 | 1110000 | 1010 | 101111 |
Color Harmonies of #6F836C
Complementary color
Monochromatic Colors of #6F836C
Black with #6F836C
Text Example
Text Example
White with #6F836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F836C; }
p { color: rgb(111,131,108); }
H1.HeaderClassName
{
color: #6F836C;
}
.AnyTagClassName
{
color: #6F836C;
}
</style>
background-color css
<style>
a { background-color: #6F836C; }
a { background-color: rgb(111,131,108); }
div.DivClassName
{
background-color: #6F836C;
}
.BgClassName
{
background-color: #6F836C;
}
</style>
border-color css
<style>
span { border-color: #6F836C; }
span { border-color: rgb(111,131,108); }
td.TdClassName
{
border-color: #6F836C;
}
.TagClassName
{
border-color: #6F836C;
}
</style>