#961B10

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

Shades of Mandarian Orange #961B10

Tints of Mandarian Orange #961B10

Color information

#961B10 (or 0x961B10) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1B and 10. RGB value is (150,27,16). Sum of RGB (Red+Green+Blue) = 150+27+16=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #961B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B10 is #69E4EF. Grayscale: #3E3E3E. Windows color (decimal): -6939888 or 1055638. OLE color: 1055638.

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

Color convert

RGB1502716-
CMYK00.820.890.41
HSL4.93º80.72%32.55%-
HSV(B)4.93º89.33%58.82%-
XYZ13.067.311.21-
YUV62.52101.75190.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.72%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=77.72%
G=13.99%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150271600.820.890.414.9380.7232.55
Hex961B10052592955121
Octal2263320012213151512141
Binary1001011011011100000101001010110011010011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,27,16); }

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

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

 a { background-color: rgb(150,27,16); }

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

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

 span { border-color: rgb(150,27,16); }

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