#96231e

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

Shades of Mandarian Orange #96231E

Tints of Mandarian Orange #96231E

Color information

#96231E (or 0x96231E) is unknown color: approx Mandarian Orange. HEX triplet: 96, 23 and 1E. RGB value is (150,35,30). Sum of RGB (Red+Green+Blue) = 150+35+30=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96231E is #69DCE1. Grayscale: #444444. Windows color (decimal): -6937826 or 1975190. OLE color: 1975190.

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

Color convert

RGB1503530-
CMYK00.770.800.41
HSL2.5º66.67%35.29%-
HSV(B)2.5º80%58.82%-
XYZ13.417.782.02-
YUV68.82106.1185.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=69.77%
G=16.28%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150353000.770.800.412.566.6735.29
Hex96231E04D502934323
Octal2264336011512051310343
Binary1001011010001111110010011011010000101001111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96231e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96231e; }

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

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

<style>
 a { background-color: #96231e; }

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

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

<style>
 span { border-color: #96231e; }

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

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