#9D2706

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

Shades of Mandarian Orange #9D2706

Tints of Mandarian Orange #9D2706

Color information

#9D2706 (or 0x9D2706) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 27 and 06. RGB value is (157,39,6). Sum of RGB (Red+Green+Blue) = 157+39+6=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2706 is #62D8F9. Grayscale: #464646. Windows color (decimal): -6478074 or 403357. OLE color: 403357.

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

Color convert

RGB157396-
CMYK00.750.960.38
HSL13.11º92.64%31.96%-
HSV(B)13.11º96.18%61.57%-
XYZ14.668.631.07-
YUV70.5291.59189.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.72%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 6 (2.73% from 255) = 2.97%
R=77.72%
G=19.31%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15739600.750.960.3813.1192.6431.96
Hex9D27604B6026d5d20
Octal2354760113140461513540
Binary1001110110011111001001011110000010011011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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