#961810

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

Shades of Mandarian Orange #961810

Tints of Mandarian Orange #961810

Color information

#961810 (or 0x961810) is unknown color: approx Mandarian Orange. HEX triplet: 96, 18 and 10. RGB value is (150,24,16). Sum of RGB (Red+Green+Blue) = 150+24+16=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #961810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961810 is #69E7EF. Grayscale: #3C3C3C. Windows color (decimal): -6940656 or 1054870. OLE color: 1054870.

HSL color Cylindrical-coordinate representation of color #961810: hue angle of 3.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961810 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1502416-
CMYK00.840.890.41
HSL3.58º80.72%32.55%-
HSV(B)3.58º89.33%58.82%-
XYZ137.171.19-
YUV60.76102.74191.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=78.95%
G=12.63%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150241600.840.890.413.5880.7232.55
Hex961810054592945121
Octal2263020012413151412141
Binary1001011011000100000101010010110011010011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961810; }

 p { color: rgb(150,24,16); }

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

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

 a { background-color: rgb(150,24,16); }

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

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

 span { border-color: rgb(150,24,16); }

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