#962919

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

Shades of Mandarian Orange #962919

Tints of Mandarian Orange #962919

Color information

#962919 (or 0x962919) is unknown color: approx Mandarian Orange. HEX triplet: 96, 29 and 19. RGB value is (150,41,25). Sum of RGB (Red+Green+Blue) = 150+41+25=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #962919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962919 is #69D6E6. Grayscale: #474747. Windows color (decimal): -6936295 or 1649046. OLE color: 1649046.

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

Color convert

RGB1504125-
CMYK00.730.830.41
HSL7.68º71.43%34.31%-
HSV(B)7.68º83.33%58.82%-
XYZ13.558.141.78-
YUV71.77101.61183.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=69.44%
G=18.98%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150412500.730.830.417.6871.4334.31
Hex962919049532984722
Octal22651310111123511010742
Binary100101101010011100101001001101001110100110001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962919; }

 p { color: rgb(150,41,25); }

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

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

 a { background-color: rgb(150,41,25); }

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

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

 span { border-color: rgb(150,41,25); }

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