#8E662A

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

Shades of Rusty Nail #8E662A

Tints of Rusty Nail #8E662A

Color information

#8E662A (or 0x8E662A) is unknown color: approx Rusty Nail. HEX triplet: 8E, 66 and 2A. RGB value is (142,102,42). Sum of RGB (Red+Green+Blue) = 142+102+42=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E662A is #7199D5. Grayscale: #6B6B6B. Windows color (decimal): -7444950 or 2778766. OLE color: 2778766.

HSL color Cylindrical-coordinate representation of color #8E662A: hue angle of 36º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E662A is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14210242-
CMYK00.280.700.44
HSL36º54.35%36.08%-
HSV(B)36º70.42%55.69%-
XYZ16.3215.424.31-
YUV107.1291.25152.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 42 (16.80% from 255) = 14.69%
R=49.65%
G=35.66%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421024200.280.700.443654.3536.08
Hex8E662A01C462C243624
Octal2161465203410654446644
Binary1000111011001101010100111001000110101100100100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,42); }

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

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

 a { background-color: rgb(142,102,42); }

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

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

 span { border-color: rgb(142,102,42); }

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