#86261B

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

Shades of Mandarian Orange #86261B

Tints of Mandarian Orange #86261B

Color information

#86261B (or 0x86261B) is unknown color: approx Mandarian Orange. HEX triplet: 86, 26 and 1B. RGB value is (134,38,27). Sum of RGB (Red+Green+Blue) = 134+38+27=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86261B is #79D9E4. Grayscale: #414141. Windows color (decimal): -7985637 or 1779334. OLE color: 1779334.

HSL color Cylindrical-coordinate representation of color #86261B: hue angle of 6.17º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86261B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1343827-
CMYK00.720.800.47
HSL6.17º66.46%31.57%-
HSV(B)6.17º79.85%52.55%-
XYZ10.726.531.73-
YUV65.45106.3176.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=67.34%
G=19.10%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134382700.720.800.476.1766.4631.57
Hex86261B048502F64220
Octal2064633011012057610240
Binary10000110100110110110100100010100001011111101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86261B; }

 p { color: rgb(134,38,27); }

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

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

 a { background-color: rgb(134,38,27); }

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

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

 span { border-color: rgb(134,38,27); }

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