#992611

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

Shades of Mandarian Orange #992611

Tints of Mandarian Orange #992611

Color information

#992611 (or 0x992611) is unknown color: approx Mandarian Orange. HEX triplet: 99, 26 and 11. RGB value is (153,38,17). Sum of RGB (Red+Green+Blue) = 153+38+17=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #992611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992611 is #66D9EE. Grayscale: #464646. Windows color (decimal): -6740463 or 1123993. OLE color: 1123993.

HSL color Cylindrical-coordinate representation of color #992611: hue angle of 9.26º 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 #992611 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1533817-
CMYK00.750.890.4
HSL9.26º80%33.33%-
HSV(B)9.26º88.89%60%-
XYZ13.938.21.38-
YUV69.9998.1187.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.56%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=73.56%
G=18.27%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153381700.750.890.49.268033.33
Hex99261104B592895021
Octal23146210113131501112041
Binary100110011001101000101001011101100110100010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992611; }

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

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

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

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

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

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

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

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