#96240D

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

Shades of Mandarian Orange #96240D

Tints of Mandarian Orange #96240D

Color information

#96240D (or 0x96240D) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 0D. RGB value is (150,36,13). Sum of RGB (Red+Green+Blue) = 150+36+13=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96240D is #69DBF2. Grayscale: #434343. Windows color (decimal): -6937587 or 861334. OLE color: 861334.

HSL color Cylindrical-coordinate representation of color #96240D: hue angle of 10.07º degrees, saturation: 0.84, 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 #96240D is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1503613-
CMYK00.760.910.41
HSL10.07º84.05%31.96%-
HSV(B)10.07º91.33%58.82%-
XYZ13.287.771.18-
YUV67.4697.27186.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.38%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=75.38%
G=18.09%
B=6.53%

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
Decimal150361300.760.910.4110.0784.0531.96
Hex9624D04C5B29a5420
Octal22644150114133511212440
Binary10010110100100110101001100101101110100110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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