#962215

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

Shades of Mandarian Orange #962215

Tints of Mandarian Orange #962215

Color information

#962215 (or 0x962215) is unknown color: approx Mandarian Orange. HEX triplet: 96, 22 and 15. RGB value is (150,34,21). Sum of RGB (Red+Green+Blue) = 150+34+21=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #962215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962215 is #69DDEA. Grayscale: #434343. Windows color (decimal): -6938091 or 1385110. OLE color: 1385110.

HSL color Cylindrical-coordinate representation of color #962215: hue angle of 6.05º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #962215 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1503421-
CMYK00.770.860.41
HSL6.05º75.44%33.53%-
HSV(B)6.05º86%58.82%-
XYZ13.297.681.49-
YUV67.2101.93187.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.17%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=73.17%
G=16.59%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150342100.770.860.416.0575.4433.53
Hex96221504D562964b22
Octal2264225011512651611342
Binary10010110100010101010100110110101101010011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962215; }

 p { color: rgb(150,34,21); }

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

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

 a { background-color: rgb(150,34,21); }

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

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

 span { border-color: rgb(150,34,21); }

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