#962010

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

Shades of Mandarian Orange #962010

Tints of Mandarian Orange #962010

Color information

#962010 (or 0x962010) is unknown color: approx Mandarian Orange. HEX triplet: 96, 20 and 10. RGB value is (150,32,16). Sum of RGB (Red+Green+Blue) = 150+32+16=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #962010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962010 is #69DFEF. Grayscale: #414141. Windows color (decimal): -6938608 or 1056918. OLE color: 1056918.

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

Color convert

RGB1503216-
CMYK00.790.890.41
HSL7.16º80.72%32.55%-
HSV(B)7.16º89.33%58.82%-
XYZ13.197.551.25-
YUV65.46100.09188.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.76%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=75.76%
G=16.16%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150321600.790.890.417.1680.7232.55
Hex96201004F592975121
Octal2264020011713151712141
Binary10010110100000100000100111110110011010011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962010; }

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

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

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

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

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

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

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

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