#86612D

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

Shades of Rusty Nail #86612D

Tints of Rusty Nail #86612D

Color information

#86612D (or 0x86612D) is unknown color: approx Rusty Nail. HEX triplet: 86, 61 and 2D. RGB value is (134,97,45). Sum of RGB (Red+Green+Blue) = 134+97+45=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86612D is #799ED2. Grayscale: #666666. Windows color (decimal): -7970515 or 2974086. OLE color: 2974086.

HSL color Cylindrical-coordinate representation of color #86612D: hue angle of 35.06º 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 #86612D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1349745-
CMYK00.280.660.47
HSL35.06º49.72%35.1%-
HSV(B)35.06º66.42%52.55%-
XYZ14.5813.814.38-
YUV102.1495.76150.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=48.55%
G=35.14%
B=16.30%

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
Decimal134974500.280.660.4735.0649.7235.1
Hex86612D01C422F233223
Octal2061415503410257436243
Binary1000011011000011011010111001000010101111100011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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