#961715

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

Shades of Mandarian Orange #961715

Tints of Mandarian Orange #961715

Color information

#961715 (or 0x961715) is unknown color: approx Mandarian Orange. HEX triplet: 96, 17 and 15. RGB value is (150,23,21). Sum of RGB (Red+Green+Blue) = 150+23+21=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #961715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961715 is #69E8EA. Grayscale: #3C3C3C. Windows color (decimal): -6940907 or 1382294. OLE color: 1382294.

HSL color Cylindrical-coordinate representation of color #961715: hue angle of 0.93º 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 #961715 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1502321-
CMYK00.850.860.41
HSL0.93º75.44%33.53%-
HSV(B)0.93º86%58.82%-
XYZ13.027.151.4-
YUV60.74105.58191.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.32%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=77.32%
G=11.86%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150232100.850.860.410.9375.4433.53
Hex961715055562914b22
Octal2262725012512651111342
Binary10010110101111010101010101101011010100111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961715; }

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

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

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

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

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

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

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

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