#9F1D06

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

Shades of Mandarian Orange #9F1D06

Tints of Mandarian Orange #9F1D06

Color information

#9F1D06 (or 0x9F1D06) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 1D and 06. RGB value is (159,29,6). Sum of RGB (Red+Green+Blue) = 159+29+6=194 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.96% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1D06 is #60E2F9. Grayscale: #414141. Windows color (decimal): -6349562 or 400799. OLE color: 400799.

HSL color Cylindrical-coordinate representation of color #9F1D06: hue angle of 9.02º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F1D06 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB159296-
CMYK00.820.960.38
HSL9.02º92.73%32.35%-
HSV(B)9.02º96.23%62.35%-
XYZ14.778.260.99-
YUV65.2594.57194.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 81.96%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=81.96%
G=14.95%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15929600.820.960.389.0292.7332.35
Hex9F1D6052602695d20
Octal2373560122140461113540
Binary100111111110111001010010110000010011010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,29,6); }

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

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

 a { background-color: rgb(159,29,6); }

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

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

 span { border-color: rgb(159,29,6); }

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