Shades of Russett #886B61
Tints of Russett #886B61
RGB
CMYK
RGB Variations
Color information
#886B61 (or 0x886B61) is known color: Russett. HEX triplet: 88, 6B and 61. RGB value is (136,107,97). Sum of RGB (Red+Green+Blue) = 136+107+97=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B61 is #77949E. Grayscale: #727272. Windows color (decimal): -7836831 or 6384520. OLE color: 6384520.
HSL color Cylindrical-coordinate representation of color #886B61: hue angle of 15.38º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886B61 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 97 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.47 |
| HSL | 15.38º | 0.17% | 0.46% | - |
| HSV(B) | 15.38º | 0.29% | 0.53% | - |
| XYZ | 17.57 | 16.61 | 13.59 | - |
| YUV | 114.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 97 | 0 | 0.21 | 0.29 | 0.47 | 15.38 | 0.17 | 0.46 |
| Hex | 88 | 6B | 61 | 0 | 15 | 1D | 2F | F | 11 | 2E |
| Octal | 210 | 153 | 141 | 0 | 25 | 35 | 57 | 17 | 21 | 56 |
| Binary | 10001000 | 1101011 | 1100001 | 0 | 10101 | 11101 | 101111 | 1111 | 10001 | 101110 |
Color Harmonies of #886B61
Complementary color
Monochromatic Colors of #886B61
Black with #886B61
Text Example
Text Example
White with #886B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B61; }
p { color: rgb(136,107,97); }
H1.HeaderClassName
{
color: #886B61;
}
.AnyTagClassName
{
color: #886B61;
}
</style>
background-color css
<style>
a { background-color: #886B61; }
a { background-color: rgb(136,107,97); }
div.DivClassName
{
background-color: #886B61;
}
.BgClassName
{
background-color: #886B61;
}
</style>
border-color css
<style>
span { border-color: #886B61; }
span { border-color: rgb(136,107,97); }
td.TdClassName
{
border-color: #886B61;
}
.TagClassName
{
border-color: #886B61;
}
</style>