#9A1614

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

Shades of Mandarian Orange #9A1614

Tints of Mandarian Orange #9A1614

Color information

#9A1614 (or 0x9A1614) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 16 and 14. RGB value is (154,22,20). Sum of RGB (Red+Green+Blue) = 154+22+20=196 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.57% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1614 is #65E9EB. Grayscale: #3D3D3D. Windows color (decimal): -6679020 or 1316506. OLE color: 1316506.

HSL color Cylindrical-coordinate representation of color #9A1614: hue angle of 0.9º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1614 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1542220-
CMYK00.860.870.40
HSL0.9º77.01%34.12%-
HSV(B)0.9º87.01%60.39%-
XYZ13.747.491.38-
YUV61.24104.73194.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 78.57%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=78.57%
G=11.22%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154222000.860.870.400.977.0134.12
Hex9A1614056572814d22
Octal2322624012612750111542
Binary10011010101101010001010110101011110100011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1614; }

 p { color: rgb(154,22,20); }

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

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

 a { background-color: rgb(154,22,20); }

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

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

 span { border-color: rgb(154,22,20); }

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