#86401B

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

Shades of Russet #86401B

Tints of Russet #86401B

Color information

#86401B (or 0x86401B) is unknown color: approx Russet. HEX triplet: 86, 40 and 1B. RGB value is (134,64,27). Sum of RGB (Red+Green+Blue) = 134+64+27=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #86401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86401B is #79BFE4. Grayscale: #505050. Windows color (decimal): -7978981 or 1785990. OLE color: 1785990.

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

Color convert

RGB1346427-
CMYK00.520.800.47
HSL20.75º66.46%31.57%-
HSV(B)20.75º79.85%52.55%-
XYZ11.868.812.11-
YUV80.7197.69166.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 27 (10.94% from 255) = 12%
R=59.56%
G=28.44%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134642700.520.800.4720.7566.4631.57
Hex86401B034502F154220
Octal20610033064120572510240
Binary1000011010000001101101101001010000101111101011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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