Shades of Mandarian Orange #86231E
Tints of Mandarian Orange #86231E
RGB
CMYK
RGB Variations
Color information
#86231E (or 0x86231E) is known color: Mandarian Orange. HEX triplet: 86, 23 and 1E. RGB value is (134,35,30). Sum of RGB (Red+Green+Blue) = 134+35+30=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86231E is #79DCE1. Grayscale: #404040. Windows color (decimal): -7986402 or 1975174. OLE color: 1975174.
HSL color Cylindrical-coordinate representation of color #86231E: hue angle of 2.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86231E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 30 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.47 |
| HSL | 2.88º | 0.63% | 0.32% | - |
| HSV(B) | 2.88º | 0.78% | 0.53% | - |
| XYZ | 10.67 | 6.36 | 1.89 | - |
| YUV | 64.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 30 | 0 | 0.74 | 0.78 | 0.47 | 2.88 | 0.63 | 0.32 |
| Hex | 86 | 23 | 1E | 0 | 4A | 4E | 2F | 3 | 3F | 20 |
| Octal | 206 | 43 | 36 | 0 | 112 | 116 | 57 | 3 | 77 | 40 |
| Binary | 10000110 | 100011 | 11110 | 0 | 1001010 | 1001110 | 101111 | 11 | 111111 | 100000 |
Color Harmonies of #86231E
Complementary color
Monochromatic Colors of #86231E
Black with #86231E
Text Example
Text Example
White with #86231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86231E; }
p { color: rgb(134,35,30); }
H1.HeaderClassName
{
color: #86231E;
}
.AnyTagClassName
{
color: #86231E;
}
</style>
background-color css
<style>
a { background-color: #86231E; }
a { background-color: rgb(134,35,30); }
div.DivClassName
{
background-color: #86231E;
}
.BgClassName
{
background-color: #86231E;
}
</style>
border-color css
<style>
span { border-color: #86231E; }
span { border-color: rgb(134,35,30); }
td.TdClassName
{
border-color: #86231E;
}
.TagClassName
{
border-color: #86231E;
}
</style>