Shades of Russett #86625A
Tints of Russett #86625A
RGB
CMYK
RGB Variations
Color information
#86625A (or 0x86625A) is known color: Russett. HEX triplet: 86, 62 and 5A. RGB value is (134,98,90). Sum of RGB (Red+Green+Blue) = 134+98+90=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #86625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86625A is #799DA5. Grayscale: #6B6B6B. Windows color (decimal): -7970214 or 5923462. OLE color: 5923462.
HSL color Cylindrical-coordinate representation of color #86625A: hue angle of 10.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86625A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 98 | 90 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.47 |
| HSL | 10.91º | 0.2% | 0.44% | - |
| HSV(B) | 10.91º | 0.33% | 0.53% | - |
| XYZ | 16.04 | 14.54 | 11.63 | - |
| YUV | 107.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 90 | 0 | 0.27 | 0.33 | 0.47 | 10.91 | 0.2 | 0.44 |
| Hex | 86 | 62 | 5A | 0 | 1B | 21 | 2F | B | 14 | 2C |
| Octal | 206 | 142 | 132 | 0 | 33 | 41 | 57 | 13 | 24 | 54 |
| Binary | 10000110 | 1100010 | 1011010 | 0 | 11011 | 100001 | 101111 | 1011 | 10100 | 101100 |
Color Harmonies of #86625A
Complementary color
Monochromatic Colors of #86625A
Black with #86625A
Text Example
Text Example
White with #86625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86625A; }
p { color: rgb(134,98,90); }
H1.HeaderClassName
{
color: #86625A;
}
.AnyTagClassName
{
color: #86625A;
}
</style>
background-color css
<style>
a { background-color: #86625A; }
a { background-color: rgb(134,98,90); }
div.DivClassName
{
background-color: #86625A;
}
.BgClassName
{
background-color: #86625A;
}
</style>
border-color css
<style>
span { border-color: #86625A; }
span { border-color: rgb(134,98,90); }
td.TdClassName
{
border-color: #86625A;
}
.TagClassName
{
border-color: #86625A;
}
</style>