#962818

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

Shades of Mandarian Orange #962818

Tints of Mandarian Orange #962818

Color information

#962818 (or 0x962818) is unknown color: approx Mandarian Orange. HEX triplet: 96, 28 and 18. RGB value is (150,40,24). Sum of RGB (Red+Green+Blue) = 150+40+24=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #962818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962818 is #69D7E7. Grayscale: #474747. Windows color (decimal): -6936552 or 1583254. OLE color: 1583254.

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

Color convert

RGB1504024-
CMYK00.730.840.41
HSL7.62º72.41%34.12%-
HSV(B)7.62º84%58.82%-
XYZ13.58.071.71-
YUV71.07101.44184.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=70.09%
G=18.69%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150402400.730.840.417.6272.4134.12
Hex962818049542984822
Octal22650300111124511011042
Binary100101101010001100001001001101010010100110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962818; }

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

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

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

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

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

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

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

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