Shades of Russett #86675E
Tints of Russett #86675E
RGB
CMYK
RGB Variations
Color information
#86675E (or 0x86675E) is known color: Russett. HEX triplet: 86, 67 and 5E. RGB value is (134,103,94). Sum of RGB (Red+Green+Blue) = 134+103+94=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #86675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86675E is #7998A1. Grayscale: #6F6F6F. Windows color (decimal): -7968930 or 6186886. OLE color: 6186886.
HSL color Cylindrical-coordinate representation of color #86675E: hue angle of 13.5º degrees, saturation: 0.18, 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 #86675E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 94 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.47 |
| HSL | 13.5º | 0.18% | 0.45% | - |
| HSV(B) | 13.5º | 0.3% | 0.53% | - |
| XYZ | 16.7 | 15.58 | 12.72 | - |
| YUV | 111.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 94 | 0 | 0.23 | 0.30 | 0.47 | 13.5 | 0.18 | 0.45 |
| Hex | 86 | 67 | 5E | 0 | 17 | 1E | 2F | E | 12 | 2D |
| Octal | 206 | 147 | 136 | 0 | 27 | 36 | 57 | 16 | 22 | 55 |
| Binary | 10000110 | 1100111 | 1011110 | 0 | 10111 | 11110 | 101111 | 1110 | 10010 | 101101 |
Color Harmonies of #86675E
Complementary color
Monochromatic Colors of #86675E
Black with #86675E
Text Example
Text Example
White with #86675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86675E; }
p { color: rgb(134,103,94); }
H1.HeaderClassName
{
color: #86675E;
}
.AnyTagClassName
{
color: #86675E;
}
</style>
background-color css
<style>
a { background-color: #86675E; }
a { background-color: rgb(134,103,94); }
div.DivClassName
{
background-color: #86675E;
}
.BgClassName
{
background-color: #86675E;
}
</style>
border-color css
<style>
span { border-color: #86675E; }
span { border-color: rgb(134,103,94); }
td.TdClassName
{
border-color: #86675E;
}
.TagClassName
{
border-color: #86675E;
}
</style>