Shades of Russett #886A5D
Tints of Russett #886A5D
RGB
CMYK
RGB Variations
Color information
#886A5D (or 0x886A5D) is known color: Russett. HEX triplet: 88, 6A and 5D. RGB value is (136,106,93). Sum of RGB (Red+Green+Blue) = 136+106+93=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A5D is #7795A2. Grayscale: #717171. Windows color (decimal): -7837091 or 6122120. OLE color: 6122120.
HSL color Cylindrical-coordinate representation of color #886A5D: hue angle of 18.14º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886A5D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
RGB | 136 | 106 | 93 | - |
CMYK | 0 | 0.22 | 0.32 | 0.47 |
HSL | 18.14º | 0.19% | 0.45% | - |
HSV(B) | 18.14º | 0.32% | 0.53% | - |
XYZ | 17.28 | 16.33 | 12.6 | - |
YUV | 113.49 | 116.44 | 144.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 106 | 93 | 0 | 0.22 | 0.32 | 0.47 | 18.14 | 0.19 | 0.45 |
Hex | 88 | 6A | 5D | 0 | 16 | 20 | 2F | 12 | 13 | 2D |
Octal | 210 | 152 | 135 | 0 | 26 | 40 | 57 | 22 | 23 | 55 |
Binary | 10001000 | 1101010 | 1011101 | 0 | 10110 | 100000 | 101111 | 10010 | 10011 | 101101 |
Color Harmonies of #886A5D
Complementary color
Monochromatic Colors of #886A5D
Black with #886A5D
Text Example
Text Example
White with #886A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A5D; }
p { color: rgb(136,106,93); }
H1.HeaderClassName
{
color: #886A5D;
}
.AnyTagClassName
{
color: #886A5D;
}
</style>
background-color css
<style>
a { background-color: #886A5D; }
a { background-color: rgb(136,106,93); }
div.DivClassName
{
background-color: #886A5D;
}
.BgClassName
{
background-color: #886A5D;
}
</style>
border-color css
<style>
span { border-color: #886A5D; }
span { border-color: rgb(136,106,93); }
td.TdClassName
{
border-color: #886A5D;
}
.TagClassName
{
border-color: #886A5D;
}
</style>