#86612E

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

Shades of Rusty Nail #86612E

Tints of Rusty Nail #86612E

Color information

#86612E (or 0x86612E) is unknown color: approx Rusty Nail. HEX triplet: 86, 61 and 2E. RGB value is (134,97,46). Sum of RGB (Red+Green+Blue) = 134+97+46=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86612E is #799ED1. Grayscale: #666666. Windows color (decimal): -7970514 or 3039622. OLE color: 3039622.

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

Color convert

RGB1349746-
CMYK00.280.660.47
HSL34.77º48.89%35.29%-
HSV(B)34.77º65.67%52.55%-
XYZ14.613.814.48-
YUV102.2596.26150.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=48.38%
G=35.02%
B=16.61%

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
Decimal134974600.280.660.4734.7748.8935.29
Hex86612E01C422F233123
Octal2061415603410257436143
Binary1000011011000011011100111001000010101111100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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