#962515

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

Shades of Mandarian Orange #962515

Tints of Mandarian Orange #962515

Color information

#962515 (or 0x962515) is unknown color: approx Mandarian Orange. HEX triplet: 96, 25 and 15. RGB value is (150,37,21). Sum of RGB (Red+Green+Blue) = 150+37+21=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #962515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962515 is #69DAEA. Grayscale: #454545. Windows color (decimal): -6937323 or 1385878. OLE color: 1385878.

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

Color convert

RGB1503721-
CMYK00.750.860.41
HSL7.44º75.44%33.53%-
HSV(B)7.44º86%58.82%-
XYZ13.377.861.52-
YUV68.96100.94185.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=72.12%
G=17.79%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150372100.750.860.417.4475.4433.53
Hex96251504B562974b22
Octal2264525011312651711342
Binary10010110100101101010100101110101101010011111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962515; }

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

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

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

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

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

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

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

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