Shades of Mandarian Orange #9A1F06
Tints of Mandarian Orange #9A1F06
RGB
CMYK
RGB Variations
Color information
#9A1F06 (or 0x9A1F06) is known color: Mandarian Orange. HEX triplet: 9A, 1F and 06. RGB value is (154,31,6). Sum of RGB (Red+Green+Blue) = 154+31+6=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1F06 is #65E0F9. Grayscale: #414141. Windows color (decimal): -6676730 or 401306. OLE color: 401306.
HSL color Cylindrical-coordinate representation of color #9A1F06: hue angle of 10.14º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A1F06 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 6 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.40 |
| HSL | 10.14º | 0.93% | 0.31% | - |
| HSV(B) | 10.14º | 0.96% | 0.6% | - |
| XYZ | 13.85 | 7.86 | 0.96 | - |
| YUV | 64.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 6 | 0 | 0.80 | 0.96 | 0.40 | 10.14 | 0.93 | 0.31 |
| Hex | 9A | 1F | 6 | 0 | 50 | 60 | 28 | A | 5C | 1F |
| Octal | 232 | 37 | 6 | 0 | 120 | 140 | 50 | 12 | 134 | 37 |
| Binary | 10011010 | 11111 | 110 | 0 | 1010000 | 1100000 | 101000 | 1010 | 1011100 | 11111 |
Color Harmonies of #9A1F06
Complementary color
Monochromatic Colors of #9A1F06
Black with #9A1F06
Text Example
Text Example
White with #9A1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F06; }
p { color: rgb(154,31,6); }
H1.HeaderClassName
{
color: #9A1F06;
}
.AnyTagClassName
{
color: #9A1F06;
}
</style>
background-color css
<style>
a { background-color: #9A1F06; }
a { background-color: rgb(154,31,6); }
div.DivClassName
{
background-color: #9A1F06;
}
.BgClassName
{
background-color: #9A1F06;
}
</style>
border-color css
<style>
span { border-color: #9A1F06; }
span { border-color: rgb(154,31,6); }
td.TdClassName
{
border-color: #9A1F06;
}
.TagClassName
{
border-color: #9A1F06;
}
</style>