Shades of Russett #86665B
Tints of Russett #86665B
RGB
CMYK
RGB Variations
Color information
#86665B (or 0x86665B) is known color: Russett. HEX triplet: 86, 66 and 5B. RGB value is (134,102,91). Sum of RGB (Red+Green+Blue) = 134+102+91=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86665B is #7999A4. Grayscale: #6E6E6E. Windows color (decimal): -7969189 or 5990022. OLE color: 5990022.
HSL color Cylindrical-coordinate representation of color #86665B: hue angle of 15.35º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86665B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 91 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.47 |
| HSL | 15.35º | 0.19% | 0.44% | - |
| HSV(B) | 15.35º | 0.32% | 0.53% | - |
| XYZ | 16.47 | 15.33 | 11.99 | - |
| YUV | 110.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 91 | 0 | 0.24 | 0.32 | 0.47 | 15.35 | 0.19 | 0.44 |
| Hex | 86 | 66 | 5B | 0 | 18 | 20 | 2F | F | 13 | 2C |
| Octal | 206 | 146 | 133 | 0 | 30 | 40 | 57 | 17 | 23 | 54 |
| Binary | 10000110 | 1100110 | 1011011 | 0 | 11000 | 100000 | 101111 | 1111 | 10011 | 101100 |
Color Harmonies of #86665B
Complementary color
Monochromatic Colors of #86665B
Black with #86665B
Text Example
Text Example
White with #86665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86665B; }
p { color: rgb(134,102,91); }
H1.HeaderClassName
{
color: #86665B;
}
.AnyTagClassName
{
color: #86665B;
}
</style>
background-color css
<style>
a { background-color: #86665B; }
a { background-color: rgb(134,102,91); }
div.DivClassName
{
background-color: #86665B;
}
.BgClassName
{
background-color: #86665B;
}
</style>
border-color css
<style>
span { border-color: #86665B; }
span { border-color: rgb(134,102,91); }
td.TdClassName
{
border-color: #86665B;
}
.TagClassName
{
border-color: #86665B;
}
</style>