#962310

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

Shades of Mandarian Orange #962310

Tints of Mandarian Orange #962310

Color information

#962310 (or 0x962310) is unknown color: approx Mandarian Orange. HEX triplet: 96, 23 and 10. RGB value is (150,35,16). Sum of RGB (Red+Green+Blue) = 150+35+16=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #962310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962310 is #69DCEF. Grayscale: #434343. Windows color (decimal): -6937840 or 1057686. OLE color: 1057686.

HSL color Cylindrical-coordinate representation of color #962310: hue angle of 8.51º 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 #962310 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1503516-
CMYK00.770.890.41
HSL8.51º80.72%32.55%-
HSV(B)8.51º89.33%58.82%-
XYZ13.277.721.28-
YUV67.2299.1187.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 74.63%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=74.63%
G=17.41%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150351600.770.890.418.5180.7232.55
Hex96231004D592995121
Octal22643200115131511112141
Binary100101101000111000001001101101100110100110011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962310; }

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

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

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

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

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

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

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

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