#86221E

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

Shades of Mandarian Orange #86221E

Tints of Mandarian Orange #86221E

Color information

#86221E (or 0x86221E) is unknown color: approx Mandarian Orange. HEX triplet: 86, 22 and 1E. RGB value is (134,34,30). Sum of RGB (Red+Green+Blue) = 134+34+30=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86221E is #79DDE1. Grayscale: #3F3F3F. Windows color (decimal): -7986658 or 1974918. OLE color: 1974918.

HSL color Cylindrical-coordinate representation of color #86221E: hue angle of 2.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86221E is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1343430-
CMYK00.750.780.47
HSL2.31º63.41%32.16%-
HSV(B)2.31º77.61%52.55%-
XYZ10.646.311.88-
YUV63.44109.13178.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=67.68%
G=17.17%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134343000.750.780.472.3163.4132.16
Hex86221E04B4E2F23f20
Octal206423601131165727740
Binary100001101000101111001001011100111010111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86221E; }

 p { color: rgb(134,34,30); }

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

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

 a { background-color: rgb(134,34,30); }

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

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

 span { border-color: rgb(134,34,30); }

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