#9C2610

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

Shades of Mandarian Orange #9C2610

Tints of Mandarian Orange #9C2610

Color information

#9C2610 (or 0x9C2610) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 26 and 10. RGB value is (156,38,16). Sum of RGB (Red+Green+Blue) = 156+38+16=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2610 is #63D9EF. Grayscale: #464646. Windows color (decimal): -6543856 or 1058460. OLE color: 1058460.

HSL color Cylindrical-coordinate representation of color #9C2610: hue angle of 9.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C2610 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1563816-
CMYK00.760.900.39
HSL9.43º81.4%33.73%-
HSV(B)9.43º89.74%61.18%-
XYZ14.58.491.37-
YUV70.7797.09188.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 74.29%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 16 (6.64% from 255) = 7.62%
R=74.29%
G=18.10%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156381600.760.900.399.4381.433.73
Hex9C261004C5A2795122
Octal23446200114132471112142
Binary100111001001101000001001100101101010011110011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,16); }

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

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

 a { background-color: rgb(156,38,16); }

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

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

 span { border-color: rgb(156,38,16); }

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