#912616

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

Shades of Mandarian Orange #912616

Tints of Mandarian Orange #912616

Color information

#912616 (or 0x912616) is unknown color: approx Mandarian Orange. HEX triplet: 91, 26 and 16. RGB value is (145,38,22). Sum of RGB (Red+Green+Blue) = 145+38+22=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #912616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912616 is #6ED9E9. Grayscale: #444444. Windows color (decimal): -7264746 or 1451665. OLE color: 1451665.

HSL color Cylindrical-coordinate representation of color #912616: hue angle of 7.8º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #912616 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1453822-
CMYK00.740.850.43
HSL7.8º73.65%32.75%-
HSV(B)7.8º84.83%56.86%-
XYZ12.517.461.54-
YUV68.17101.95182.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.73%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=70.73%
G=18.54%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145382200.740.850.437.873.6532.75
Hex91261604A552B84a21
Octal22146260112125531011241
Binary100100011001101011001001010101010110101110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912616; }

 p { color: rgb(145,38,22); }

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

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

 a { background-color: rgb(145,38,22); }

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

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

 span { border-color: rgb(145,38,22); }

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