#961A13

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

Shades of Mandarian Orange #961A13

Tints of Mandarian Orange #961A13

Color information

#961A13 (or 0x961A13) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1A and 13. RGB value is (150,26,19). Sum of RGB (Red+Green+Blue) = 150+26+19=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #961A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A13 is #69E5EC. Grayscale: #3E3E3E. Windows color (decimal): -6940141 or 1251990. OLE color: 1251990.

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

Color convert

RGB1502619-
CMYK00.830.870.41
HSL3.21º77.51%33.14%-
HSV(B)3.21º87.33%58.82%-
XYZ13.067.271.33-
YUV62.28103.58190.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.92%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=76.92%
G=13.33%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150261900.830.870.413.2177.5133.14
Hex961A13053572934e21
Octal2263223012312751311641
Binary100101101101010011010100111010111101001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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