Shades of Russet #865315
Tints of Russet #865315
RGB
CMYK
RGB Variations
Color information
#865315 (or 0x865315) is known color: Russet. HEX triplet: 86, 53 and 15. RGB value is (134,83,21). Sum of RGB (Red+Green+Blue) = 134+83+21=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #865315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865315 is #79ACEA. Grayscale: #5B5B5B. Windows color (decimal): -7974123 or 1397638. OLE color: 1397638.
HSL color Cylindrical-coordinate representation of color #865315: hue angle of 32.92º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865315 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 21 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.47 |
| HSL | 32.92º | 0.73% | 0.3% | - |
| HSV(B) | 32.92º | 0.84% | 0.53% | - |
| XYZ | 13.06 | 11.31 | 2.2 | - |
| YUV | 91.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 21 | 0 | 0.38 | 0.84 | 0.47 | 32.92 | 0.73 | 0.3 |
| Hex | 86 | 53 | 15 | 0 | 26 | 54 | 2F | 21 | 49 | 1E |
| Octal | 206 | 123 | 25 | 0 | 46 | 124 | 57 | 41 | 111 | 36 |
| Binary | 10000110 | 1010011 | 10101 | 0 | 100110 | 1010100 | 101111 | 100001 | 1001001 | 11110 |
Color Harmonies of #865315
Complementary color
Monochromatic Colors of #865315
Black with #865315
Text Example
Text Example
White with #865315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865315; }
p { color: rgb(134,83,21); }
H1.HeaderClassName
{
color: #865315;
}
.AnyTagClassName
{
color: #865315;
}
</style>
background-color css
<style>
a { background-color: #865315; }
a { background-color: rgb(134,83,21); }
div.DivClassName
{
background-color: #865315;
}
.BgClassName
{
background-color: #865315;
}
</style>
border-color css
<style>
span { border-color: #865315; }
span { border-color: rgb(134,83,21); }
td.TdClassName
{
border-color: #865315;
}
.TagClassName
{
border-color: #865315;
}
</style>