#9D2606

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

Shades of Mandarian Orange #9D2606

Tints of Mandarian Orange #9D2606

Color information

#9D2606 (or 0x9D2606) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 26 and 06. RGB value is (157,38,6). Sum of RGB (Red+Green+Blue) = 157+38+6=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2606 is #62D9F9. Grayscale: #464646. Windows color (decimal): -6478330 or 403101. OLE color: 403101.

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

Color convert

RGB157386-
CMYK00.760.960.38
HSL12.72º92.64%31.96%-
HSV(B)12.72º96.18%61.57%-
XYZ14.638.571.05-
YUV69.9391.92190.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 78.11%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=78.11%
G=18.91%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15738600.760.960.3812.7292.6431.96
Hex9D26604C6026d5d20
Octal2354660114140461513540
Binary1001110110011011001001100110000010011011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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