#8a662e

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

Shades of Rusty Nail #8A662E

Tints of Rusty Nail #8A662E

Color information

#8A662E (or 0x8A662E) is unknown color: approx Rusty Nail. HEX triplet: 8A, 66 and 2E. RGB value is (138,102,46). Sum of RGB (Red+Green+Blue) = 138+102+46=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A662E is #7599D1. Grayscale: #6A6A6A. Windows color (decimal): -7707090 or 3040906. OLE color: 3040906.

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

Color convert

RGB13810246-
CMYK00.260.670.46
HSL36.52º50%36.08%-
HSV(B)36.52º66.67%54.12%-
XYZ15.7315.14.67-
YUV106.3893.93150.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=48.25%
G=35.66%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381024600.260.670.4636.525036.08
Hex8A662E01A432E253224
Octal2121465603210356456244
Binary1000101011001101011100110101000011101110100101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a662e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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