#96281C

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

Shades of Mandarian Orange #96281C

Tints of Mandarian Orange #96281C

Color information

#96281C (or 0x96281C) is unknown color: approx Mandarian Orange. HEX triplet: 96, 28 and 1C. RGB value is (150,40,28). Sum of RGB (Red+Green+Blue) = 150+40+28=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #96281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96281C is #69D7E3. Grayscale: #474747. Windows color (decimal): -6936548 or 1845398. OLE color: 1845398.

HSL color Cylindrical-coordinate representation of color #96281C: hue angle of 5.9º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96281C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1504028-
CMYK00.730.810.41
HSL5.9º68.54%34.9%-
HSV(B)5.9º81.33%58.82%-
XYZ13.558.091.95-
YUV71.52103.44183.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.81%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=68.81%
G=18.35%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150402800.730.810.415.968.5434.9
Hex96281C049512964523
Octal2265034011112151610543
Binary10010110101000111000100100110100011010011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96281C; }

 p { color: rgb(150,40,28); }

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

<style>
 a { background-color: #96281C; }

 a { background-color: rgb(150,40,28); }

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

<style>
 span { border-color: #96281C; }

 span { border-color: rgb(150,40,28); }

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