#961E0A

Color #961E0A Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #961E0A

Tints of Mandarian Orange #961E0A

Color information

#961E0A (or 0x961E0A) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1E and 0A. RGB value is (150,30,10). Sum of RGB (Red+Green+Blue) = 150+30+10=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #961E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961E0A is #69E1F5. Grayscale: #3F3F3F. Windows color (decimal): -6939126 or 663190. OLE color: 663190.

HSL color Cylindrical-coordinate representation of color #961E0A: hue angle of 8.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #961E0A is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1503010-
CMYK00.800.930.41
HSL8.57º87.5%31.37%-
HSV(B)8.57º93.33%58.82%-
XYZ13.17.431.03-
YUV63.697.76189.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=78.95%
G=15.79%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150301000.800.930.418.5787.531.37
Hex961EA0505D299581f
Octal22636120120135511113037
Binary100101101111010100101000010111011010011001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961E0A; }

 p { color: rgb(150,30,10); }

 H1.HeaderClassName
 {
   color: #961E0A;
 }
 .AnyTagClassName
 {
   color: #961E0A;
 }
</style>
background-color css

<style>
 a { background-color: #961E0A; }

 a { background-color: rgb(150,30,10); }

 div.DivClassName
 {
   background-color: #961E0A;
 }
 .BgClassName
 {
   background-color: #961E0A;
 }
</style>
border-color css

<style>
 span { border-color: #961E0A; }

 span { border-color: rgb(150,30,10); }

 td.TdClassName
 {
   border-color: #961E0A;
 }
 .TagClassName
 {
   border-color: #961E0A;
 }
</style>