#9B2606

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

Shades of Mandarian Orange #9B2606

Tints of Mandarian Orange #9B2606

Color information

#9B2606 (or 0x9B2606) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 26 and 06. RGB value is (155,38,6). Sum of RGB (Red+Green+Blue) = 155+38+6=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2606 is #64D9F9. Grayscale: #454545. Windows color (decimal): -6609402 or 403099. OLE color: 403099.

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

Color convert

RGB155386-
CMYK00.750.960.39
HSL12.89º92.55%31.57%-
HSV(B)12.89º96.13%60.78%-
XYZ14.248.371.04-
YUV69.3392.26189.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.89%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=77.89%
G=19.10%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15538600.750.960.3912.8992.5531.57
Hex9B26604B6027d5d20
Octal2334660113140471513540
Binary1001101110011011001001011110000010011111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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