#96270E

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

Shades of Mandarian Orange #96270E

Tints of Mandarian Orange #96270E

Color information

#96270E (or 0x96270E) is unknown color: approx Mandarian Orange. HEX triplet: 96, 27 and 0E. RGB value is (150,39,14). Sum of RGB (Red+Green+Blue) = 150+39+14=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96270E is #69D8F1. Grayscale: #454545. Windows color (decimal): -6936818 or 927638. OLE color: 927638.

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

Color convert

RGB1503914-
CMYK00.740.910.41
HSL11.03º82.93%32.16%-
HSV(B)11.03º90.67%58.82%-
XYZ13.387.971.25-
YUV69.3496.77185.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.89%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=73.89%
G=19.21%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150391400.740.910.4111.0382.9332.16
Hex9627E04A5B29b5320
Octal22647160112133511312340
Binary10010110100111111001001010101101110100110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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