Shades of Russett #836B61
Tints of Russett #836B61
RGB
CMYK
RGB Variations
Color information
#836B61 (or 0x836B61) is known color: Russett. HEX triplet: 83, 6B and 61. RGB value is (131,107,97). Sum of RGB (Red+Green+Blue) = 131+107+97=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #836B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B61 is #7C949E. Grayscale: #717171. Windows color (decimal): -8164511 or 6384515. OLE color: 6384515.
HSL color Cylindrical-coordinate representation of color #836B61: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836B61 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 97 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.49 |
| HSL | 17.65º | 0.15% | 0.45% | - |
| HSV(B) | 17.65º | 0.26% | 0.51% | - |
| XYZ | 16.78 | 16.2 | 13.55 | - |
| YUV | 113.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 97 | 0 | 0.18 | 0.26 | 0.49 | 17.65 | 0.15 | 0.45 |
| Hex | 83 | 6B | 61 | 0 | 12 | 1A | 31 | 12 | F | 2D |
| Octal | 203 | 153 | 141 | 0 | 22 | 32 | 61 | 22 | 17 | 55 |
| Binary | 10000011 | 1101011 | 1100001 | 0 | 10010 | 11010 | 110001 | 10010 | 1111 | 101101 |
Color Harmonies of #836B61
Complementary color
Monochromatic Colors of #836B61
Black with #836B61
Text Example
Text Example
White with #836B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B61; }
p { color: rgb(131,107,97); }
H1.HeaderClassName
{
color: #836B61;
}
.AnyTagClassName
{
color: #836B61;
}
</style>
background-color css
<style>
a { background-color: #836B61; }
a { background-color: rgb(131,107,97); }
div.DivClassName
{
background-color: #836B61;
}
.BgClassName
{
background-color: #836B61;
}
</style>
border-color css
<style>
span { border-color: #836B61; }
span { border-color: rgb(131,107,97); }
td.TdClassName
{
border-color: #836B61;
}
.TagClassName
{
border-color: #836B61;
}
</style>