Shades of Russett #83685D
Tints of Russett #83685D
RGB
CMYK
RGB Variations
Color information
#83685D (or 0x83685D) is known color: Russett. HEX triplet: 83, 68 and 5D. RGB value is (131,104,93). Sum of RGB (Red+Green+Blue) = 131+104+93=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #83685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83685D is #7C97A2. Grayscale: #6E6E6E. Windows color (decimal): -8165283 or 6121603. OLE color: 6121603.
HSL color Cylindrical-coordinate representation of color #83685D: hue angle of 17.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83685D is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 104 | 93 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.49 |
| HSL | 17.37º | 0.17% | 0.44% | - |
| HSV(B) | 17.37º | 0.29% | 0.51% | - |
| XYZ | 16.29 | 15.52 | 12.49 | - |
| YUV | 110.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 93 | 0 | 0.21 | 0.29 | 0.49 | 17.37 | 0.17 | 0.44 |
| Hex | 83 | 68 | 5D | 0 | 15 | 1D | 31 | 11 | 11 | 2C |
| Octal | 203 | 150 | 135 | 0 | 25 | 35 | 61 | 21 | 21 | 54 |
| Binary | 10000011 | 1101000 | 1011101 | 0 | 10101 | 11101 | 110001 | 10001 | 10001 | 101100 |
Color Harmonies of #83685D
Complementary color
Monochromatic Colors of #83685D
Black with #83685D
Text Example
Text Example
White with #83685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83685D; }
p { color: rgb(131,104,93); }
H1.HeaderClassName
{
color: #83685D;
}
.AnyTagClassName
{
color: #83685D;
}
</style>
background-color css
<style>
a { background-color: #83685D; }
a { background-color: rgb(131,104,93); }
div.DivClassName
{
background-color: #83685D;
}
.BgClassName
{
background-color: #83685D;
}
</style>
border-color css
<style>
span { border-color: #83685D; }
span { border-color: rgb(131,104,93); }
td.TdClassName
{
border-color: #83685D;
}
.TagClassName
{
border-color: #83685D;
}
</style>