#962618

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

Shades of Mandarian Orange #962618

Tints of Mandarian Orange #962618

Color information

#962618 (or 0x962618) is unknown color: approx Mandarian Orange. HEX triplet: 96, 26 and 18. RGB value is (150,38,24). Sum of RGB (Red+Green+Blue) = 150+38+24=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #962618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962618 is #69D9E7. Grayscale: #464646. Windows color (decimal): -6937064 or 1582742. OLE color: 1582742.

HSL color Cylindrical-coordinate representation of color #962618: hue angle of 6.67º 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 #962618 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB1503824-
CMYK00.750.840.41
HSL6.67º72.41%34.12%-
HSV(B)6.67º84%58.82%-
XYZ13.447.941.69-
YUV69.89102.11185.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=70.75%
G=17.92%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150382400.750.840.416.6772.4134.12
Hex96261804B542974822
Octal2264630011312451711042
Binary10010110100110110000100101110101001010011111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962618; }

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

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

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

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

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

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

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

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