Shades of Mandarian Orange #962207
Tints of Mandarian Orange #962207
RGB
CMYK
RGB Variations
Color information
#962207 (or 0x962207) is known color: Mandarian Orange. HEX triplet: 96, 22 and 07. RGB value is (150,34,7). Sum of RGB (Red+Green+Blue) = 150+34+7=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #962207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962207 is #69DDF8. Grayscale: #414141. Windows color (decimal): -6938105 or 467606. OLE color: 467606.
HSL color Cylindrical-coordinate representation of color #962207: hue angle of 11.33º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #962207 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 7 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.41 |
| HSL | 11.33º | 0.91% | 0.31% | - |
| HSV(B) | 11.33º | 0.95% | 0.59% | - |
| XYZ | 13.19 | 7.64 | 0.98 | - |
| YUV | 65.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 7 | 0 | 0.77 | 0.95 | 0.41 | 11.33 | 0.91 | 0.31 |
| Hex | 96 | 22 | 7 | 0 | 4D | 5F | 29 | B | 5B | 1F |
| Octal | 226 | 42 | 7 | 0 | 115 | 137 | 51 | 13 | 133 | 37 |
| Binary | 10010110 | 100010 | 111 | 0 | 1001101 | 1011111 | 101001 | 1011 | 1011011 | 11111 |
Color Harmonies of #962207
Complementary color
Monochromatic Colors of #962207
Black with #962207
Text Example
Text Example
White with #962207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962207; }
p { color: rgb(150,34,7); }
H1.HeaderClassName
{
color: #962207;
}
.AnyTagClassName
{
color: #962207;
}
</style>
background-color css
<style>
a { background-color: #962207; }
a { background-color: rgb(150,34,7); }
div.DivClassName
{
background-color: #962207;
}
.BgClassName
{
background-color: #962207;
}
</style>
border-color css
<style>
span { border-color: #962207; }
span { border-color: rgb(150,34,7); }
td.TdClassName
{
border-color: #962207;
}
.TagClassName
{
border-color: #962207;
}
</style>