#961A11

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

Shades of Mandarian Orange #961A11

Tints of Mandarian Orange #961A11

Color information

#961A11 (or 0x961A11) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1A and 11. RGB value is (150,26,17). Sum of RGB (Red+Green+Blue) = 150+26+17=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #961A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A11 is #69E5EE. Grayscale: #3E3E3E. Windows color (decimal): -6940143 or 1120918. OLE color: 1120918.

HSL color Cylindrical-coordinate representation of color #961A11: hue angle of 4.06º 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 #961A11 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1502617-
CMYK00.830.890.41
HSL4.06º79.64%32.75%-
HSV(B)4.06º88.67%58.82%-
XYZ13.057.261.24-
YUV62.05102.58190.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.72%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=77.72%
G=13.47%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150261700.830.890.414.0679.6432.75
Hex961A11053592945021
Octal2263221012313151412041
Binary1001011011010100010101001110110011010011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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