#86421B

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

Shades of Russet #86421B

Tints of Russet #86421B

Color information

#86421B (or 0x86421B) is unknown color: approx Russet. HEX triplet: 86, 42 and 1B. RGB value is (134,66,27). Sum of RGB (Red+Green+Blue) = 134+66+27=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86421B is #79BDE4. Grayscale: #525252. Windows color (decimal): -7978469 or 1786502. OLE color: 1786502.

HSL color Cylindrical-coordinate representation of color #86421B: hue angle of 21.87º 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 #86421B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1346627-
CMYK00.510.800.47
HSL21.87º66.46%31.57%-
HSV(B)21.87º79.85%52.55%-
XYZ11.989.042.15-
YUV81.8997.03165.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=59.03%
G=29.07%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134662700.510.800.4721.8766.4631.57
Hex86421B033502F164220
Octal20610233063120572610240
Binary1000011010000101101101100111010000101111101101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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