#86662E

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

Shades of Rusty Nail #86662E

Tints of Rusty Nail #86662E

Color information

#86662E (or 0x86662E) is unknown color: approx Rusty Nail. HEX triplet: 86, 66 and 2E. RGB value is (134,102,46). Sum of RGB (Red+Green+Blue) = 134+102+46=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86662E is #7999D1. Grayscale: #696969. Windows color (decimal): -7969234 or 3040902. OLE color: 3040902.

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

Color convert

RGB13410246-
CMYK00.240.660.47
HSL38.18º48.89%35.29%-
HSV(B)38.18º65.67%52.55%-
XYZ15.0814.774.64-
YUV105.1894.6148.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=47.52%
G=36.17%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341024600.240.660.4738.1848.8935.29
Hex86662E018422F263123
Octal2061465603010257466143
Binary1000011011001101011100110001000010101111100110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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