#912612

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

Shades of Mandarian Orange #912612

Tints of Mandarian Orange #912612

Color information

#912612 (or 0x912612) is unknown color: approx Mandarian Orange. HEX triplet: 91, 26 and 12. RGB value is (145,38,18). Sum of RGB (Red+Green+Blue) = 145+38+18=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #912612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912612 is #6ED9ED. Grayscale: #434343. Windows color (decimal): -7264750 or 1189521. OLE color: 1189521.

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

Color convert

RGB1453818-
CMYK00.740.880.43
HSL9.45º77.91%31.96%-
HSV(B)9.45º87.59%56.86%-
XYZ12.487.451.35-
YUV67.7199.95183.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=72.14%
G=18.91%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145381800.740.880.439.4577.9131.96
Hex91261204A582B94e20
Octal22146220112130531111640
Binary100100011001101001001001010101100010101110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912612; }

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

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

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

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

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

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

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

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