#96260E

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

Shades of Mandarian Orange #96260E

Tints of Mandarian Orange #96260E

Color information

#96260E (or 0x96260E) is unknown color: approx Mandarian Orange. HEX triplet: 96, 26 and 0E. RGB value is (150,38,14). Sum of RGB (Red+Green+Blue) = 150+38+14=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #96260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96260E is #69D9F1. Grayscale: #444444. Windows color (decimal): -6937074 or 927382. OLE color: 927382.

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

Color convert

RGB1503814-
CMYK00.750.910.41
HSL10.59º82.93%32.16%-
HSV(B)10.59º90.67%58.82%-
XYZ13.357.91.24-
YUV68.7597.11185.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 74.26%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=74.26%
G=18.81%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150381400.750.910.4110.5982.9332.16
Hex9626E04B5B29b5320
Octal22646160113133511312340
Binary10010110100110111001001011101101110100110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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