#962517

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

Shades of Mandarian Orange #962517

Tints of Mandarian Orange #962517

Color information

#962517 (or 0x962517) is unknown color: approx Mandarian Orange. HEX triplet: 96, 25 and 17. RGB value is (150,37,23). Sum of RGB (Red+Green+Blue) = 150+37+23=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #962517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962517 is #69DAE8. Grayscale: #454545. Windows color (decimal): -6937321 or 1516950. OLE color: 1516950.

HSL color Cylindrical-coordinate representation of color #962517: hue angle of 6.61º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #962517 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1503723-
CMYK00.750.850.41
HSL6.61º73.41%33.92%-
HSV(B)6.61º84.67%58.82%-
XYZ13.397.871.62-
YUV69.19101.94185.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.43%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 23 (9.38% from 255) = 10.95%
R=71.43%
G=17.62%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150372300.750.850.416.6173.4133.92
Hex96251704B552974922
Octal2264527011312551711142
Binary10010110100101101110100101110101011010011111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962517; }

 p { color: rgb(150,37,23); }

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

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

 a { background-color: rgb(150,37,23); }

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

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

 span { border-color: rgb(150,37,23); }

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