#961912

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

Shades of Mandarian Orange #961912

Tints of Mandarian Orange #961912

Color information

#961912 (or 0x961912) is unknown color: approx Mandarian Orange. HEX triplet: 96, 19 and 12. RGB value is (150,25,18). Sum of RGB (Red+Green+Blue) = 150+25+18=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #961912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961912 is #69E6ED. Grayscale: #3D3D3D. Windows color (decimal): -6940398 or 1186198. OLE color: 1186198.

HSL color Cylindrical-coordinate representation of color #961912: hue angle of 3.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961912 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1502518-
CMYK00.830.880.41
HSL3.18º78.57%32.94%-
HSV(B)3.18º88%58.82%-
XYZ13.037.221.28-
YUV61.58103.41191.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.72%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=77.72%
G=12.95%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150251800.830.880.413.1878.5732.94
Hex961912053582934f21
Octal2263122012313051311741
Binary100101101100110010010100111011000101001111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961912; }

 p { color: rgb(150,25,18); }

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

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

 a { background-color: rgb(150,25,18); }

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

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

 span { border-color: rgb(150,25,18); }

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