Shades of Mandarian Orange #982006
Tints of Mandarian Orange #982006
RGB
CMYK
RGB Variations
Color information
#982006 (or 0x982006) is known color: Mandarian Orange. HEX triplet: 98, 20 and 06. RGB value is (152,32,6). Sum of RGB (Red+Green+Blue) = 152+32+6=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #982006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982006 is #67DFF9. Grayscale: #414141. Windows color (decimal): -6807546 or 401560. OLE color: 401560.
HSL color Cylindrical-coordinate representation of color #982006: hue angle of 10.68º degrees, saturation: 0.92, 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 #982006 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 6 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.40 |
| HSL | 10.68º | 0.92% | 0.31% | - |
| HSV(B) | 10.68º | 0.96% | 0.6% | - |
| XYZ | 13.5 | 7.72 | 0.95 | - |
| YUV | 64.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 6 | 0 | 0.79 | 0.96 | 0.40 | 10.68 | 0.92 | 0.31 |
| Hex | 98 | 20 | 6 | 0 | 4F | 60 | 28 | B | 5C | 1F |
| Octal | 230 | 40 | 6 | 0 | 117 | 140 | 50 | 13 | 134 | 37 |
| Binary | 10011000 | 100000 | 110 | 0 | 1001111 | 1100000 | 101000 | 1011 | 1011100 | 11111 |
Color Harmonies of #982006
Complementary color
Monochromatic Colors of #982006
Black with #982006
Text Example
Text Example
White with #982006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982006; }
p { color: rgb(152,32,6); }
H1.HeaderClassName
{
color: #982006;
}
.AnyTagClassName
{
color: #982006;
}
</style>
background-color css
<style>
a { background-color: #982006; }
a { background-color: rgb(152,32,6); }
div.DivClassName
{
background-color: #982006;
}
.BgClassName
{
background-color: #982006;
}
</style>
border-color css
<style>
span { border-color: #982006; }
span { border-color: rgb(152,32,6); }
td.TdClassName
{
border-color: #982006;
}
.TagClassName
{
border-color: #982006;
}
</style>