Shades of Russett #86675D
Tints of Russett #86675D
RGB
CMYK
RGB Variations
Color information
#86675D (or 0x86675D) is known color: Russett. HEX triplet: 86, 67 and 5D. RGB value is (134,103,93). Sum of RGB (Red+Green+Blue) = 134+103+93=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86675D is #7998A2. Grayscale: #6F6F6F. Windows color (decimal): -7968931 or 6121350. OLE color: 6121350.
HSL color Cylindrical-coordinate representation of color #86675D: hue angle of 14.63º 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 #86675D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 93 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.47 |
| HSL | 14.63º | 0.18% | 0.45% | - |
| HSV(B) | 14.63º | 0.31% | 0.53% | - |
| XYZ | 16.66 | 15.56 | 12.48 | - |
| YUV | 111.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 93 | 0 | 0.23 | 0.31 | 0.47 | 14.63 | 0.18 | 0.45 |
| Hex | 86 | 67 | 5D | 0 | 17 | 1F | 2F | F | 12 | 2D |
| Octal | 206 | 147 | 135 | 0 | 27 | 37 | 57 | 17 | 22 | 55 |
| Binary | 10000110 | 1100111 | 1011101 | 0 | 10111 | 11111 | 101111 | 1111 | 10010 | 101101 |
Color Harmonies of #86675D
Complementary color
Monochromatic Colors of #86675D
Black with #86675D
Text Example
Text Example
White with #86675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86675D; }
p { color: rgb(134,103,93); }
H1.HeaderClassName
{
color: #86675D;
}
.AnyTagClassName
{
color: #86675D;
}
</style>
background-color css
<style>
a { background-color: #86675D; }
a { background-color: rgb(134,103,93); }
div.DivClassName
{
background-color: #86675D;
}
.BgClassName
{
background-color: #86675D;
}
</style>
border-color css
<style>
span { border-color: #86675D; }
span { border-color: rgb(134,103,93); }
td.TdClassName
{
border-color: #86675D;
}
.TagClassName
{
border-color: #86675D;
}
</style>