#961b19

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

Shades of Mandarian Orange #961B19

Tints of Mandarian Orange #961B19

Color information

#961B19 (or 0x961B19) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1B and 19. RGB value is (150,27,25). Sum of RGB (Red+Green+Blue) = 150+27+25=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #961B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B19 is #69E4E6. Grayscale: #3F3F3F. Windows color (decimal): -6939879 or 1645462. OLE color: 1645462.

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

Color convert

RGB1502725-
CMYK00.820.830.41
HSL0.96º71.43%34.31%-
HSV(B)0.96º83.33%58.82%-
XYZ13.157.341.64-
YUV63.55106.25189.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 74.26%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=74.26%
G=13.37%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150272500.820.830.410.9671.4334.31
Hex961B19052532914722
Octal2263331012212351110742
Binary10010110110111100101010010101001110100111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961b19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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