#961C12

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

Shades of Mandarian Orange #961C12

Tints of Mandarian Orange #961C12

Color information

#961C12 (or 0x961C12) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1C and 12. RGB value is (150,28,18). Sum of RGB (Red+Green+Blue) = 150+28+18=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #961C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961C12 is #69E3ED. Grayscale: #3F3F3F. Windows color (decimal): -6939630 or 1186966. OLE color: 1186966.

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

Color convert

RGB1502818-
CMYK00.810.880.41
HSL4.55º78.57%32.94%-
HSV(B)4.55º88%58.82%-
XYZ13.17.361.3-
YUV63.34102.42189.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.53%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=76.53%
G=14.29%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150281800.810.880.414.5578.5732.94
Hex961C12051582954f21
Octal2263422012113051511741
Binary1001011011100100100101000110110001010011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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