Shades of Xanadu #6B8661
Tints of Xanadu #6B8661
RGB
CMYK
RGB Variations
Color information
#6B8661 (or 0x6B8661) is known color: Xanadu. HEX triplet: 6B, 86 and 61. RGB value is (107,134,97). Sum of RGB (Red+Green+Blue) = 107+134+97=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8661 is #94799E. Grayscale: #797979. Windows color (decimal): -9730463 or 6391403. OLE color: 6391403.
HSL color Cylindrical-coordinate representation of color #6B8661: hue angle of 103.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B8661 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 97 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.47 |
| HSL | 103.78º | 0.16% | 0.45% | - |
| HSV(B) | 103.78º | 0.28% | 0.53% | - |
| XYZ | 16.75 | 21.04 | 14.49 | - |
| YUV | 121.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 97 | 0.20 | 0 | 0.28 | 0.47 | 103.78 | 0.16 | 0.45 |
| Hex | 6B | 86 | 61 | 14 | 0 | 1C | 2F | 68 | 10 | 2D |
| Octal | 153 | 206 | 141 | 24 | 0 | 34 | 57 | 150 | 20 | 55 |
| Binary | 1101011 | 10000110 | 1100001 | 10100 | 0 | 11100 | 101111 | 1101000 | 10000 | 101101 |
Color Harmonies of #6B8661
Complementary color
Monochromatic Colors of #6B8661
Black with #6B8661
Text Example
Text Example
White with #6B8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8661; }
p { color: rgb(107,134,97); }
H1.HeaderClassName
{
color: #6B8661;
}
.AnyTagClassName
{
color: #6B8661;
}
</style>
background-color css
<style>
a { background-color: #6B8661; }
a { background-color: rgb(107,134,97); }
div.DivClassName
{
background-color: #6B8661;
}
.BgClassName
{
background-color: #6B8661;
}
</style>
border-color css
<style>
span { border-color: #6B8661; }
span { border-color: rgb(107,134,97); }
td.TdClassName
{
border-color: #6B8661;
}
.TagClassName
{
border-color: #6B8661;
}
</style>