#9C2516

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

Shades of Mandarian Orange #9C2516

Tints of Mandarian Orange #9C2516

Color information

#9C2516 (or 0x9C2516) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 25 and 16. RGB value is (156,37,22). Sum of RGB (Red+Green+Blue) = 156+37+22=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2516 is #63DAE9. Grayscale: #474747. Windows color (decimal): -6544106 or 1451420. OLE color: 1451420.

HSL color Cylindrical-coordinate representation of color #9C2516: hue angle of 6.72º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C2516 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1563722-
CMYK00.760.860.39
HSL6.72º75.28%34.9%-
HSV(B)6.72º85.9%61.18%-
XYZ14.528.451.62-
YUV70.87100.42188.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.56%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=72.56%
G=17.21%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156372200.760.860.396.7275.2834.9
Hex9C251604C562774b23
Octal2344526011412647711343
Binary10011100100101101100100110010101101001111111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2516; }

 p { color: rgb(156,37,22); }

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

<style>
 a { background-color: #9C2516; }

 a { background-color: rgb(156,37,22); }

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

<style>
 span { border-color: #9C2516; }

 span { border-color: rgb(156,37,22); }

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