#962416

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

Shades of Mandarian Orange #962416

Tints of Mandarian Orange #962416

Color information

#962416 (or 0x962416) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 16. RGB value is (150,36,22). Sum of RGB (Red+Green+Blue) = 150+36+22=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #962416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962416 is #69DBE9. Grayscale: #444444. Windows color (decimal): -6937578 or 1451158. OLE color: 1451158.

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

Color convert

RGB1503622-
CMYK00.760.850.41
HSL6.56º74.42%33.73%-
HSV(B)6.56º85.33%58.82%-
XYZ13.357.81.56-
YUV68.49101.77186.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=72.12%
G=17.31%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150362200.760.850.416.5674.4233.73
Hex96241604C552974a22
Octal2264426011412551711242
Binary10010110100100101100100110010101011010011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962416; }

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

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

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

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

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

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

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

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