#982616

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

Shades of Mandarian Orange #982616

Tints of Mandarian Orange #982616

Color information

#982616 (or 0x982616) is unknown color: approx Mandarian Orange. HEX triplet: 98, 26 and 16. RGB value is (152,38,22). Sum of RGB (Red+Green+Blue) = 152+38+22=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982616 is #67D9E9. Grayscale: #464646. Windows color (decimal): -6805994 or 1451672. OLE color: 1451672.

HSL color Cylindrical-coordinate representation of color #982616: hue angle of 7.38º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #982616 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1523822-
CMYK00.750.860.40
HSL7.38º74.71%34.12%-
HSV(B)7.38º85.53%59.61%-
XYZ13.798.121.6-
YUV70.26100.77186.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=71.70%
G=17.92%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152382200.750.860.407.3874.7134.12
Hex98261604B562874b22
Octal2304626011312650711342
Binary10011000100110101100100101110101101010001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982616; }

 p { color: rgb(152,38,22); }

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

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

 a { background-color: rgb(152,38,22); }

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

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

 span { border-color: rgb(152,38,22); }

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