#962211

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

Shades of Mandarian Orange #962211

Tints of Mandarian Orange #962211

Color information

#962211 (or 0x962211) is unknown color: approx Mandarian Orange. HEX triplet: 96, 22 and 11. RGB value is (150,34,17). Sum of RGB (Red+Green+Blue) = 150+34+17=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #962211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962211 is #69DDEE. Grayscale: #424242. Windows color (decimal): -6938095 or 1122966. OLE color: 1122966.

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

Color convert

RGB1503417-
CMYK00.770.890.41
HSL7.67º79.64%32.75%-
HSV(B)7.67º88.67%58.82%-
XYZ13.257.671.31-
YUV66.7599.93187.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 74.63%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=74.63%
G=16.92%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150341700.770.890.417.6779.6432.75
Hex96221104D592985021
Octal22642210115131511012041
Binary100101101000101000101001101101100110100110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962211; }

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

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

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

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

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

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

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

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