#86602D

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

Shades of Rusty Nail #86602D

Tints of Rusty Nail #86602D

Color information

#86602D (or 0x86602D) is unknown color: approx Rusty Nail. HEX triplet: 86, 60 and 2D. RGB value is (134,96,45). Sum of RGB (Red+Green+Blue) = 134+96+45=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86602D is #799FD2. Grayscale: #656565. Windows color (decimal): -7970771 or 2973830. OLE color: 2973830.

HSL color Cylindrical-coordinate representation of color #86602D: hue angle of 34.38º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86602D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1349645-
CMYK00.280.660.47
HSL34.38º49.72%35.1%-
HSV(B)34.38º66.42%52.55%-
XYZ14.4913.624.35-
YUV101.5596.09151.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=48.73%
G=34.91%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134964500.280.660.4734.3849.7235.1
Hex86602D01C422F223223
Octal2061405503410257426243
Binary1000011011000001011010111001000010101111100010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86602D; }

 p { color: rgb(134,96,45); }

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

<style>
 a { background-color: #86602D; }

 a { background-color: rgb(134,96,45); }

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

<style>
 span { border-color: #86602D; }

 span { border-color: rgb(134,96,45); }

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