#962410

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

Shades of Mandarian Orange #962410

Tints of Mandarian Orange #962410

Color information

#962410 (or 0x962410) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 10. RGB value is (150,36,16). Sum of RGB (Red+Green+Blue) = 150+36+16=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #962410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962410 is #69DBEF. Grayscale: #444444. Windows color (decimal): -6937584 or 1057942. OLE color: 1057942.

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

Color convert

RGB1503616-
CMYK00.760.890.41
HSL8.96º80.72%32.55%-
HSV(B)8.96º89.33%58.82%-
XYZ13.37.781.29-
YUV67.8198.77186.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 74.26%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=74.26%
G=17.82%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150361600.760.890.418.9680.7232.55
Hex96241004C592995121
Octal22644200114131511112141
Binary100101101001001000001001100101100110100110011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962410; }

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

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

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

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

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

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

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

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