Shades of Xanadu #6B875F
Tints of Xanadu #6B875F
RGB
CMYK
RGB Variations
Color information
#6B875F (or 0x6B875F) is known color: Xanadu. HEX triplet: 6B, 87 and 5F. RGB value is (107,135,95). Sum of RGB (Red+Green+Blue) = 107+135+95=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #6B875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B875F is #9478A0. Grayscale: #7A7A7A. Windows color (decimal): -9730209 or 6260587. OLE color: 6260587.
HSL color Cylindrical-coordinate representation of color #6B875F: hue angle of 102º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B875F is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 95 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.47 |
| HSL | 102º | 0.17% | 0.45% | - |
| HSV(B) | 102º | 0.3% | 0.53% | - |
| XYZ | 16.79 | 21.28 | 14.05 | - |
| YUV | 122.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 95 | 0.21 | 0 | 0.30 | 0.47 | 102 | 0.17 | 0.45 |
| Hex | 6B | 87 | 5F | 15 | 0 | 1E | 2F | 66 | 11 | 2D |
| Octal | 153 | 207 | 137 | 25 | 0 | 36 | 57 | 146 | 21 | 55 |
| Binary | 1101011 | 10000111 | 1011111 | 10101 | 0 | 11110 | 101111 | 1100110 | 10001 | 101101 |
Color Harmonies of #6B875F
Complementary color
Monochromatic Colors of #6B875F
Black with #6B875F
Text Example
Text Example
White with #6B875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B875F; }
p { color: rgb(107,135,95); }
H1.HeaderClassName
{
color: #6B875F;
}
.AnyTagClassName
{
color: #6B875F;
}
</style>
background-color css
<style>
a { background-color: #6B875F; }
a { background-color: rgb(107,135,95); }
div.DivClassName
{
background-color: #6B875F;
}
.BgClassName
{
background-color: #6B875F;
}
</style>
border-color css
<style>
span { border-color: #6B875F; }
span { border-color: rgb(107,135,95); }
td.TdClassName
{
border-color: #6B875F;
}
.TagClassName
{
border-color: #6B875F;
}
</style>