Shades of Russet #86461C
Tints of Russet #86461C
RGB
CMYK
RGB Variations
Color information
#86461C (or 0x86461C) is known color: Russet. HEX triplet: 86, 46 and 1C. RGB value is (134,70,28). Sum of RGB (Red+Green+Blue) = 134+70+28=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86461C is #79B9E3. Grayscale: #545454. Windows color (decimal): -7977444 or 1853062. OLE color: 1853062.
HSL color Cylindrical-coordinate representation of color #86461C: hue angle of 23.77º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86461C is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 28 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.47 |
| HSL | 23.77º | 0.65% | 0.32% | - |
| HSV(B) | 23.77º | 0.79% | 0.53% | - |
| XYZ | 12.23 | 9.53 | 2.29 | - |
| YUV | 84.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 28 | 0 | 0.48 | 0.79 | 0.47 | 23.77 | 0.65 | 0.32 |
| Hex | 86 | 46 | 1C | 0 | 30 | 4F | 2F | 18 | 41 | 20 |
| Octal | 206 | 106 | 34 | 0 | 60 | 117 | 57 | 30 | 101 | 40 |
| Binary | 10000110 | 1000110 | 11100 | 0 | 110000 | 1001111 | 101111 | 11000 | 1000001 | 100000 |
Color Harmonies of #86461C
Complementary color
Monochromatic Colors of #86461C
Black with #86461C
Text Example
Text Example
White with #86461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86461C; }
p { color: rgb(134,70,28); }
H1.HeaderClassName
{
color: #86461C;
}
.AnyTagClassName
{
color: #86461C;
}
</style>
background-color css
<style>
a { background-color: #86461C; }
a { background-color: rgb(134,70,28); }
div.DivClassName
{
background-color: #86461C;
}
.BgClassName
{
background-color: #86461C;
}
</style>
border-color css
<style>
span { border-color: #86461C; }
span { border-color: rgb(134,70,28); }
td.TdClassName
{
border-color: #86461C;
}
.TagClassName
{
border-color: #86461C;
}
</style>