#96241E

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

Shades of Mandarian Orange #96241E

Tints of Mandarian Orange #96241E

Color information

#96241E (or 0x96241E) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 1E. RGB value is (150,36,30). Sum of RGB (Red+Green+Blue) = 150+36+30=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #96241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96241E is #69DBE1. Grayscale: #454545. Windows color (decimal): -6937570 or 1975446. OLE color: 1975446.

HSL color Cylindrical-coordinate representation of color #96241E: hue angle of 3º 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 #96241E is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1503630-
CMYK00.760.800.41
HSL66.67%35.29%-
HSV(B)80%58.82%-
XYZ13.447.842.03-
YUV69.4105.77185.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 30 (12.11% from 255) = 13.89%
R=69.44%
G=16.67%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150363000.760.800.41366.6735.29
Hex96241E04C502934323
Octal2264436011412051310343
Binary1001011010010011110010011001010000101001111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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