#96240E

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

Shades of Mandarian Orange #96240E

Tints of Mandarian Orange #96240E

Color information

#96240E (or 0x96240E) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 0E. RGB value is (150,36,14). Sum of RGB (Red+Green+Blue) = 150+36+14=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96240E is #69DBF1. Grayscale: #434343. Windows color (decimal): -6937586 or 926870. OLE color: 926870.

HSL color Cylindrical-coordinate representation of color #96240E: hue angle of 9.71º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96240E is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1503614-
CMYK00.760.910.41
HSL9.71º82.93%32.16%-
HSV(B)9.71º90.67%58.82%-
XYZ13.297.781.22-
YUV67.5897.77186.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 14 (5.86% from 255) = 7%
R=75%
G=18%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150361400.760.910.419.7182.9332.16
Hex9624E04C5B29a5320
Octal22644160114133511212340
Binary10010110100100111001001100101101110100110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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