#86592F

Color #86592F Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #86592F

Tints of Rusty Nail #86592F

Color information

#86592F (or 0x86592F) is unknown color: approx Rusty Nail. HEX triplet: 86, 59 and 2F. RGB value is (134,89,47). Sum of RGB (Red+Green+Blue) = 134+89+47=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #86592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86592F is #79A6D0. Grayscale: #616161. Windows color (decimal): -7972561 or 3103110. OLE color: 3103110.

HSL color Cylindrical-coordinate representation of color #86592F: hue angle of 28.97º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86592F is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1348947-
CMYK00.340.650.47
HSL28.97º48.07%35.49%-
HSV(B)28.97º64.93%52.55%-
XYZ13.9212.424.35-
YUV97.6799.41153.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=49.63%
G=32.96%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134894700.340.650.4728.9748.0735.49
Hex86592F022412F1d3023
Octal2061315704210157356043
Binary1000011010110011011110100010100000110111111101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86592F; }

 p { color: rgb(134,89,47); }

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

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

 a { background-color: rgb(134,89,47); }

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

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

 span { border-color: rgb(134,89,47); }

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