#991611

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

Shades of Mandarian Orange #991611

Tints of Mandarian Orange #991611

Color information

#991611 (or 0x991611) is unknown color: approx Mandarian Orange. HEX triplet: 99, 16 and 11. RGB value is (153,22,17). Sum of RGB (Red+Green+Blue) = 153+22+17=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #991611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991611 is #66E9EE. Grayscale: #3C3C3C. Windows color (decimal): -6744559 or 1119897. OLE color: 1119897.

HSL color Cylindrical-coordinate representation of color #991611: hue angle of 2.21º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991611 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1532217-
CMYK00.860.890.4
HSL2.21º80%33.33%-
HSV(B)2.21º88.89%60%-
XYZ13.527.391.24-
YUV60.6103.4193.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=79.69%
G=11.46%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153221700.860.890.42.218033.33
Hex991611056592825021
Octal2312621012613150212041
Binary100110011011010001010101101011001101000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991611; }

 p { color: rgb(153,22,17); }

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

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

 a { background-color: rgb(153,22,17); }

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

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

 span { border-color: rgb(153,22,17); }

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