#961E11

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

Shades of Mandarian Orange #961E11

Tints of Mandarian Orange #961E11

Color information

#961E11 (or 0x961E11) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1E and 11. RGB value is (150,30,17). Sum of RGB (Red+Green+Blue) = 150+30+17=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #961E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961E11 is #69E1EE. Grayscale: #404040. Windows color (decimal): -6939119 or 1121942. OLE color: 1121942.

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

Color convert

RGB1503017-
CMYK00.800.890.41
HSL5.86º79.64%32.75%-
HSV(B)5.86º88.67%58.82%-
XYZ13.147.451.28-
YUV64.4101.26189.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.14%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=76.14%
G=15.23%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150301700.800.890.415.8679.6432.75
Hex961E11050592965021
Octal2263621012013151612041
Binary1001011011110100010101000010110011010011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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