#9C1B07

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

Shades of Mandarian Orange #9C1B07

Tints of Mandarian Orange #9C1B07

Color information

#9C1B07 (or 0x9C1B07) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 1B and 07. RGB value is (156,27,7). Sum of RGB (Red+Green+Blue) = 156+27+7=190 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.11% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1B07 is #63E4F8. Grayscale: #3F3F3F. Windows color (decimal): -6546681 or 465820. OLE color: 465820.

HSL color Cylindrical-coordinate representation of color #9C1B07: hue angle of 8.05º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C1B07 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB156277-
CMYK00.830.960.39
HSL8.05º91.41%31.96%-
HSV(B)8.05º95.51%61.18%-
XYZ14.147.870.97-
YUV63.2996.24194.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 82.11%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=82.11%
G=14.21%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15627700.830.960.398.0591.4131.96
Hex9C1B7053602785b20
Octal2343370123140471013340
Binary100111001101111101010011110000010011110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,27,7); }

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

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

 a { background-color: rgb(156,27,7); }

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

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

 span { border-color: rgb(156,27,7); }

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