#962928

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

Shades of Mandarian Orange #962928

Tints of Mandarian Orange #962928

Color information

#962928 (or 0x962928) is unknown color: approx Mandarian Orange. HEX triplet: 96, 29 and 28. RGB value is (150,41,40). Sum of RGB (Red+Green+Blue) = 150+41+40=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #962928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962928 is #69D6D7. Grayscale: #494949. Windows color (decimal): -6936280 or 2632086. OLE color: 2632086.

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

Color convert

RGB1504140-
CMYK00.730.730.41
HSL0.55º57.89%37.25%-
HSV(B)0.55º73.33%58.82%-
XYZ13.758.222.87-
YUV73.48109.11182.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=64.94%
G=17.75%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150414000.730.730.410.5557.8937.25
Hex962928049492913a25
Octal226515001111115117245
Binary100101101010011010000100100110010011010011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962928; }

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

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

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

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

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

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

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

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