Shades of Russett #836F68
Tints of Russett #836F68
RGB
CMYK
RGB Variations
Color information
#836F68 (or 0x836F68) is known color: Russett. HEX triplet: 83, 6F and 68. RGB value is (131,111,104). Sum of RGB (Red+Green+Blue) = 131+111+104=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #836F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F68 is #7C9097. Grayscale: #747474. Windows color (decimal): -8163480 or 6844291. OLE color: 6844291.
HSL color Cylindrical-coordinate representation of color #836F68: hue angle of 15.56º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836F68 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 104 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.49 |
| HSL | 15.56º | 0.11% | 0.46% | - |
| HSV(B) | 15.56º | 0.21% | 0.51% | - |
| XYZ | 17.54 | 17.19 | 15.49 | - |
| YUV | 116.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 104 | 0 | 0.15 | 0.21 | 0.49 | 15.56 | 0.11 | 0.46 |
| Hex | 83 | 6F | 68 | 0 | F | 15 | 31 | 10 | B | 2E |
| Octal | 203 | 157 | 150 | 0 | 17 | 25 | 61 | 20 | 13 | 56 |
| Binary | 10000011 | 1101111 | 1101000 | 0 | 1111 | 10101 | 110001 | 10000 | 1011 | 101110 |
Color Harmonies of #836F68
Complementary color
Monochromatic Colors of #836F68
Black with #836F68
Text Example
Text Example
White with #836F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F68; }
p { color: rgb(131,111,104); }
H1.HeaderClassName
{
color: #836F68;
}
.AnyTagClassName
{
color: #836F68;
}
</style>
background-color css
<style>
a { background-color: #836F68; }
a { background-color: rgb(131,111,104); }
div.DivClassName
{
background-color: #836F68;
}
.BgClassName
{
background-color: #836F68;
}
</style>
border-color css
<style>
span { border-color: #836F68; }
span { border-color: rgb(131,111,104); }
td.TdClassName
{
border-color: #836F68;
}
.TagClassName
{
border-color: #836F68;
}
</style>