#8B662E

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

Shades of Rusty Nail #8B662E

Tints of Rusty Nail #8B662E

Color information

#8B662E (or 0x8B662E) is unknown color: approx Rusty Nail. HEX triplet: 8B, 66 and 2E. RGB value is (139,102,46). Sum of RGB (Red+Green+Blue) = 139+102+46=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B662E is #7499D1. Grayscale: #6A6A6A. Windows color (decimal): -7641554 or 3040907. OLE color: 3040907.

HSL color Cylindrical-coordinate representation of color #8B662E: hue angle of 36.13º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B662E is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13910246-
CMYK00.270.670.45
HSL36.13º50.27%36.27%-
HSV(B)36.13º66.91%54.51%-
XYZ15.8915.194.68-
YUV106.6893.76151.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=48.43%
G=35.54%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391024600.270.670.4536.1350.2736.27
Hex8B662E01B432D243224
Octal2131465603310355446244
Binary1000101111001101011100110111000011101101100100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B662E; }

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

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

<style>
 a { background-color: #8B662E; }

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

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

<style>
 span { border-color: #8B662E; }

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

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