#961612

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

Shades of Mandarian Orange #961612

Tints of Mandarian Orange #961612

Color information

#961612 (or 0x961612) is unknown color: approx Mandarian Orange. HEX triplet: 96, 16 and 12. RGB value is (150,22,18). Sum of RGB (Red+Green+Blue) = 150+22+18=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #961612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961612 is #69E9ED. Grayscale: #3B3B3B. Windows color (decimal): -6941166 or 1185430. OLE color: 1185430.

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

Color convert

RGB1502218-
CMYK00.850.880.41
HSL1.82º78.57%32.94%-
HSV(B)1.82º88%58.82%-
XYZ12.977.11.26-
YUV59.82104.41192.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=78.95%
G=11.58%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150221800.850.880.411.8278.5732.94
Hex961612055582924f21
Octal2262622012513051211741
Binary100101101011010010010101011011000101001101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961612; }

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

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

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

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

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

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

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

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