#962118

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

Shades of Mandarian Orange #962118

Tints of Mandarian Orange #962118

Color information

#962118 (or 0x962118) is unknown color: approx Mandarian Orange. HEX triplet: 96, 21 and 18. RGB value is (150,33,24). Sum of RGB (Red+Green+Blue) = 150+33+24=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #962118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962118 is #69DEE7. Grayscale: #434343. Windows color (decimal): -6938344 or 1581462. OLE color: 1581462.

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

Color convert

RGB1503324-
CMYK00.780.840.41
HSL4.29º72.41%34.12%-
HSV(B)4.29º84%58.82%-
XYZ13.297.641.64-
YUV66.96103.76187.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=72.46%
G=15.94%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150332400.780.840.414.2972.4134.12
Hex96211804E542944822
Octal2264130011612451411042
Binary10010110100001110000100111010101001010011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962118; }

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

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

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

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

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

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

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

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