Shades of Xanadu #6B8665
Tints of Xanadu #6B8665
RGB
CMYK
RGB Variations
Color information
#6B8665 (or 0x6B8665) is known color: Xanadu. HEX triplet: 6B, 86 and 65. RGB value is (107,134,101). Sum of RGB (Red+Green+Blue) = 107+134+101=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8665 is #94799A. Grayscale: #7A7A7A. Windows color (decimal): -9730459 or 6653547. OLE color: 6653547.
HSL color Cylindrical-coordinate representation of color #6B8665: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8665 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 101 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.47 |
| HSL | 109.09º | 0.14% | 0.46% | - |
| HSV(B) | 109.09º | 0.25% | 0.53% | - |
| XYZ | 16.94 | 21.12 | 15.49 | - |
| YUV | 122.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 101 | 0.20 | 0 | 0.25 | 0.47 | 109.09 | 0.14 | 0.46 |
| Hex | 6B | 86 | 65 | 14 | 0 | 19 | 2F | 6D | E | 2E |
| Octal | 153 | 206 | 145 | 24 | 0 | 31 | 57 | 155 | 16 | 56 |
| Binary | 1101011 | 10000110 | 1100101 | 10100 | 0 | 11001 | 101111 | 1101101 | 1110 | 101110 |
Color Harmonies of #6B8665
Complementary color
Monochromatic Colors of #6B8665
Black with #6B8665
Text Example
Text Example
White with #6B8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8665; }
p { color: rgb(107,134,101); }
H1.HeaderClassName
{
color: #6B8665;
}
.AnyTagClassName
{
color: #6B8665;
}
</style>
background-color css
<style>
a { background-color: #6B8665; }
a { background-color: rgb(107,134,101); }
div.DivClassName
{
background-color: #6B8665;
}
.BgClassName
{
background-color: #6B8665;
}
</style>
border-color css
<style>
span { border-color: #6B8665; }
span { border-color: rgb(107,134,101); }
td.TdClassName
{
border-color: #6B8665;
}
.TagClassName
{
border-color: #6B8665;
}
</style>