#961F11

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

Shades of Mandarian Orange #961F11

Tints of Mandarian Orange #961F11

Color information

#961F11 (or 0x961F11) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1F and 11. RGB value is (150,31,17). Sum of RGB (Red+Green+Blue) = 150+31+17=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #961F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F11 is #69E0EE. Grayscale: #414141. Windows color (decimal): -6938863 or 1122198. OLE color: 1122198.

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

Color convert

RGB1503117-
CMYK00.790.890.41
HSL6.32º79.64%32.75%-
HSV(B)6.32º88.67%58.82%-
XYZ13.177.51.28-
YUV64.98100.92188.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.76%
GREEN value IS 31 (12.5% from 255) = 15.66%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=75.76%
G=15.66%
B=8.59%

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
Decimal150311700.790.890.416.3279.6432.75
Hex961F1104F592965021
Octal2263721011713151612041
Binary1001011011111100010100111110110011010011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F11; }

 p { color: rgb(150,31,17); }

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

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

 a { background-color: rgb(150,31,17); }

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

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

 span { border-color: rgb(150,31,17); }

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