#962312

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

Shades of Mandarian Orange #962312

Tints of Mandarian Orange #962312

Color information

#962312 (or 0x962312) is unknown color: approx Mandarian Orange. HEX triplet: 96, 23 and 12. RGB value is (150,35,18). Sum of RGB (Red+Green+Blue) = 150+35+18=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #962312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962312 is #69DCED. Grayscale: #434343. Windows color (decimal): -6937838 or 1188758. OLE color: 1188758.

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

Color convert

RGB1503518-
CMYK00.770.880.41
HSL7.73º78.57%32.94%-
HSV(B)7.73º88%58.82%-
XYZ13.297.731.36-
YUV67.45100.1186.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.89%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=73.89%
G=17.24%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150351800.770.880.417.7378.5732.94
Hex96231204D582984f21
Octal22643220115130511011741
Binary100101101000111001001001101101100010100110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962312; }

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

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

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

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

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

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

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

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