#991612

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

Shades of Mandarian Orange #991612

Tints of Mandarian Orange #991612

Color information

#991612 (or 0x991612) is unknown color: approx Mandarian Orange. HEX triplet: 99, 16 and 12. RGB value is (153,22,18). Sum of RGB (Red+Green+Blue) = 153+22+18=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #991612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991612 is #66E9ED. Grayscale: #3C3C3C. Windows color (decimal): -6744558 or 1185433. OLE color: 1185433.

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

Color convert

RGB1532218-
CMYK00.860.880.4
HSL1.78º78.95%33.53%-
HSV(B)1.78º88.24%60%-
XYZ13.537.391.29-
YUV60.71103.9193.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.27%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=79.27%
G=11.40%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153221800.860.880.41.7878.9533.53
Hex991612056582824f22
Octal2312622012613050211742
Binary100110011011010010010101101011000101000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991612; }

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

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

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

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

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

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

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

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