Shades of Russett #886C62
Tints of Russett #886C62
RGB
CMYK
RGB Variations
Color information
#886C62 (or 0x886C62) is known color: Russett. HEX triplet: 88, 6C and 62. RGB value is (136,108,98). Sum of RGB (Red+Green+Blue) = 136+108+98=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #886C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C62 is #77939D. Grayscale: #737373. Windows color (decimal): -7836574 or 6450312. OLE color: 6450312.
HSL color Cylindrical-coordinate representation of color #886C62: hue angle of 15.79º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886C62 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 98 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.47 |
| HSL | 15.79º | 0.16% | 0.46% | - |
| HSV(B) | 15.79º | 0.28% | 0.53% | - |
| XYZ | 17.72 | 16.84 | 13.87 | - |
| YUV | 115.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 98 | 0 | 0.21 | 0.28 | 0.47 | 15.79 | 0.16 | 0.46 |
| Hex | 88 | 6C | 62 | 0 | 15 | 1C | 2F | 10 | 10 | 2E |
| Octal | 210 | 154 | 142 | 0 | 25 | 34 | 57 | 20 | 20 | 56 |
| Binary | 10001000 | 1101100 | 1100010 | 0 | 10101 | 11100 | 101111 | 10000 | 10000 | 101110 |
Color Harmonies of #886C62
Complementary color
Monochromatic Colors of #886C62
Black with #886C62
Text Example
Text Example
White with #886C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C62; }
p { color: rgb(136,108,98); }
H1.HeaderClassName
{
color: #886C62;
}
.AnyTagClassName
{
color: #886C62;
}
</style>
background-color css
<style>
a { background-color: #886C62; }
a { background-color: rgb(136,108,98); }
div.DivClassName
{
background-color: #886C62;
}
.BgClassName
{
background-color: #886C62;
}
</style>
border-color css
<style>
span { border-color: #886C62; }
span { border-color: rgb(136,108,98); }
td.TdClassName
{
border-color: #886C62;
}
.TagClassName
{
border-color: #886C62;
}
</style>