#9B2016

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

Shades of Mandarian Orange #9B2016

Tints of Mandarian Orange #9B2016

Color information

#9B2016 (or 0x9B2016) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 20 and 16. RGB value is (155,32,22). Sum of RGB (Red+Green+Blue) = 155+32+22=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2016 is #64DFE9. Grayscale: #434343. Windows color (decimal): -6610922 or 1450139. OLE color: 1450139.

HSL color Cylindrical-coordinate representation of color #9B2016: hue angle of 4.51º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B2016 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1553222-
CMYK00.790.860.39
HSL4.51º75.14%34.71%-
HSV(B)4.51º85.81%60.78%-
XYZ14.188.061.57-
YUV67.64102.25190.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.16%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=74.16%
G=15.31%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155322200.790.860.394.5175.1434.71
Hex9B201604F562754b23
Octal2334026011712647511343
Binary10011011100000101100100111110101101001111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,32,22); }

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

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

 a { background-color: rgb(155,32,22); }

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

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

 span { border-color: rgb(155,32,22); }

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