#962C24

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

Shades of Mandarian Orange #962C24

Tints of Mandarian Orange #962C24

Color information

#962C24 (or 0x962C24) is unknown color: approx Mandarian Orange. HEX triplet: 96, 2C and 24. RGB value is (150,44,36). Sum of RGB (Red+Green+Blue) = 150+44+36=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #962C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C24 is #69D3DB. Grayscale: #4A4A4A. Windows color (decimal): -6935516 or 2370710. OLE color: 2370710.

HSL color Cylindrical-coordinate representation of color #962C24: hue angle of 4.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962C24 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1504436-
CMYK00.710.760.41
HSL4.21º61.29%36.47%-
HSV(B)4.21º76%58.82%-
XYZ13.88.412.57-
YUV74.78106.12181.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 36 (14.45% from 255) = 15.65%
R=65.22%
G=19.13%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150443600.710.760.414.2161.2936.47
Hex962C240474C2943d24
Octal226544401071145147544
Binary10010110101100100100010001111001100101001100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962C24; }

 p { color: rgb(150,44,36); }

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

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

 a { background-color: rgb(150,44,36); }

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

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

 span { border-color: rgb(150,44,36); }

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