#96261E

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

Shades of Mandarian Orange #96261E

Tints of Mandarian Orange #96261E

Color information

#96261E (or 0x96261E) is unknown color: approx Mandarian Orange. HEX triplet: 96, 26 and 1E. RGB value is (150,38,30). Sum of RGB (Red+Green+Blue) = 150+38+30=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #96261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96261E is #69D9E1. Grayscale: #464646. Windows color (decimal): -6937058 or 1975958. OLE color: 1975958.

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

Color convert

RGB1503830-
CMYK00.750.800.41
HSL66.67%35.29%-
HSV(B)80%58.82%-
XYZ13.517.962.05-
YUV70.58105.11184.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.81%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=68.81%
G=17.43%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150383000.750.800.41466.6735.29
Hex96261E04B502944323
Octal2264636011312051410343
Binary10010110100110111100100101110100001010011001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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