#9B1D06

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

Shades of Mandarian Orange #9B1D06

Tints of Mandarian Orange #9B1D06

Color information

#9B1D06 (or 0x9B1D06) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 1D and 06. RGB value is (155,29,6). Sum of RGB (Red+Green+Blue) = 155+29+6=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1D06 is #64E2F9. Grayscale: #404040. Windows color (decimal): -6611706 or 400795. OLE color: 400795.

HSL color Cylindrical-coordinate representation of color #9B1D06: hue angle of 9.26º degrees, saturation: 0.93, 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 #9B1D06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB155296-
CMYK00.810.960.39
HSL9.26º92.55%31.57%-
HSV(B)9.26º96.13%60.78%-
XYZ13.997.860.95-
YUV64.0595.24192.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 81.58%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=81.58%
G=15.26%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15529600.810.960.399.2692.5531.57
Hex9B1D6051602795d20
Octal2333560121140471113540
Binary100110111110111001010001110000010011110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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