#96201E

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

Shades of Mandarian Orange #96201E

Tints of Mandarian Orange #96201E

Color information

#96201E (or 0x96201E) is unknown color: approx Mandarian Orange. HEX triplet: 96, 20 and 1E. RGB value is (150,32,30). Sum of RGB (Red+Green+Blue) = 150+32+30=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96201E is #69DFE1. Grayscale: #434343. Windows color (decimal): -6938594 or 1974422. OLE color: 1974422.

HSL color Cylindrical-coordinate representation of color #96201E: hue angle of 1º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96201E is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1503230-
CMYK00.790.800.41
HSL66.67%35.29%-
HSV(B)80%58.82%-
XYZ13.337.611.99-
YUV67.05107.09187.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=70.75%
G=15.09%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150323000.790.800.41166.6735.29
Hex96201E04F502914323
Octal2264036011712051110343
Binary100101101000001111001001111101000010100111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96201E; }

 p { color: rgb(150,32,30); }

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

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

 a { background-color: rgb(150,32,30); }

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

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

 span { border-color: rgb(150,32,30); }

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