#992618

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

Shades of Mandarian Orange #992618

Tints of Mandarian Orange #992618

Color information

#992618 (or 0x992618) is unknown color: approx Mandarian Orange. HEX triplet: 99, 26 and 18. RGB value is (153,38,24). Sum of RGB (Red+Green+Blue) = 153+38+24=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #992618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992618 is #66D9E7. Grayscale: #464646. Windows color (decimal): -6740456 or 1582745. OLE color: 1582745.

HSL color Cylindrical-coordinate representation of color #992618: hue angle of 6.51º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #992618 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1533824-
CMYK00.750.840.4
HSL6.51º72.88%34.71%-
HSV(B)6.51º84.31%60%-
XYZ13.998.221.71-
YUV70.79101.6186.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=71.16%
G=17.67%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153382400.750.840.46.5172.8834.71
Hex99261804B542874923
Octal2314630011312450711143
Binary10011001100110110000100101110101001010001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992618; }

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

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

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

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

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

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

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

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