Shades of Russett #88685E
Tints of Russett #88685E
RGB
CMYK
RGB Variations
Color information
#88685E (or 0x88685E) is known color: Russett. HEX triplet: 88, 68 and 5E. RGB value is (136,104,94). Sum of RGB (Red+Green+Blue) = 136+104+94=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #88685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88685E is #7797A1. Grayscale: #707070. Windows color (decimal): -7837602 or 6187144. OLE color: 6187144.
HSL color Cylindrical-coordinate representation of color #88685E: hue angle of 14.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88685E is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 94 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.47 |
| HSL | 14.29º | 0.18% | 0.45% | - |
| HSV(B) | 14.29º | 0.31% | 0.53% | - |
| XYZ | 17.12 | 15.94 | 12.76 | - |
| YUV | 112.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 94 | 0 | 0.24 | 0.31 | 0.47 | 14.29 | 0.18 | 0.45 |
| Hex | 88 | 68 | 5E | 0 | 18 | 1F | 2F | E | 12 | 2D |
| Octal | 210 | 150 | 136 | 0 | 30 | 37 | 57 | 16 | 22 | 55 |
| Binary | 10001000 | 1101000 | 1011110 | 0 | 11000 | 11111 | 101111 | 1110 | 10010 | 101101 |
Color Harmonies of #88685E
Complementary color
Monochromatic Colors of #88685E
Black with #88685E
Text Example
Text Example
White with #88685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88685E; }
p { color: rgb(136,104,94); }
H1.HeaderClassName
{
color: #88685E;
}
.AnyTagClassName
{
color: #88685E;
}
</style>
background-color css
<style>
a { background-color: #88685E; }
a { background-color: rgb(136,104,94); }
div.DivClassName
{
background-color: #88685E;
}
.BgClassName
{
background-color: #88685E;
}
</style>
border-color css
<style>
span { border-color: #88685E; }
span { border-color: rgb(136,104,94); }
td.TdClassName
{
border-color: #88685E;
}
.TagClassName
{
border-color: #88685E;
}
</style>