#962422

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

Shades of Mandarian Orange #962422

Tints of Mandarian Orange #962422

Color information

#962422 (or 0x962422) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 22. RGB value is (150,36,34). Sum of RGB (Red+Green+Blue) = 150+36+34=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #962422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962422 is #69DBDD. Grayscale: #454545. Windows color (decimal): -6937566 or 2237590. OLE color: 2237590.

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

Color convert

RGB1503634-
CMYK00.760.770.41
HSL1.03º63.04%36.08%-
HSV(B)1.03º77.33%58.82%-
XYZ13.57.862.32-
YUV69.86107.77185.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=68.18%
G=16.36%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150363400.760.770.411.0363.0436.08
Hex96242204C4D2913f24
Octal226444201141155117744
Binary100101101001001000100100110010011011010011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962422; }

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

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

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

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

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

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

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

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