Shades of Russett #866B5D
Tints of Russett #866B5D
RGB
CMYK
RGB Variations
Color information
#866B5D (or 0x866B5D) is known color: Russett. HEX triplet: 86, 6B and 5D. RGB value is (134,107,93). Sum of RGB (Red+Green+Blue) = 134+107+93=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B5D is #7994A2. Grayscale: #717171. Windows color (decimal): -7967907 or 6122374. OLE color: 6122374.
HSL color Cylindrical-coordinate representation of color #866B5D: hue angle of 20.49º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866B5D is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 93 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.47 |
| HSL | 20.49º | 0.18% | 0.45% | - |
| HSV(B) | 20.49º | 0.31% | 0.53% | - |
| XYZ | 17.07 | 16.37 | 12.62 | - |
| YUV | 113.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 93 | 0 | 0.20 | 0.31 | 0.47 | 20.49 | 0.18 | 0.45 |
| Hex | 86 | 6B | 5D | 0 | 14 | 1F | 2F | 14 | 12 | 2D |
| Octal | 206 | 153 | 135 | 0 | 24 | 37 | 57 | 24 | 22 | 55 |
| Binary | 10000110 | 1101011 | 1011101 | 0 | 10100 | 11111 | 101111 | 10100 | 10010 | 101101 |
Color Harmonies of #866B5D
Complementary color
Monochromatic Colors of #866B5D
Black with #866B5D
Text Example
Text Example
White with #866B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B5D; }
p { color: rgb(134,107,93); }
H1.HeaderClassName
{
color: #866B5D;
}
.AnyTagClassName
{
color: #866B5D;
}
</style>
background-color css
<style>
a { background-color: #866B5D; }
a { background-color: rgb(134,107,93); }
div.DivClassName
{
background-color: #866B5D;
}
.BgClassName
{
background-color: #866B5D;
}
</style>
border-color css
<style>
span { border-color: #866B5D; }
span { border-color: rgb(134,107,93); }
td.TdClassName
{
border-color: #866B5D;
}
.TagClassName
{
border-color: #866B5D;
}
</style>