#8E642E

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

Shades of Rusty Nail #8E642E

Tints of Rusty Nail #8E642E

Color information

#8E642E (or 0x8E642E) is unknown color: approx Rusty Nail. HEX triplet: 8E, 64 and 2E. RGB value is (142,100,46). Sum of RGB (Red+Green+Blue) = 142+100+46=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E642E is #719BD1. Grayscale: #6A6A6A. Windows color (decimal): -7445458 or 3040398. OLE color: 3040398.

HSL color Cylindrical-coordinate representation of color #8E642E: hue angle of 33.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E642E is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14210046-
CMYK00.300.680.44
HSL33.75º51.06%36.86%-
HSV(B)33.75º67.61%55.69%-
XYZ16.2115.064.64-
YUV106.493.91153.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=49.31%
G=34.72%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421004600.300.680.4433.7551.0636.86
Hex8E642E01E442C223325
Octal2161445603610454426345
Binary1000111011001001011100111101000100101100100010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,46); }

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

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

 a { background-color: rgb(142,100,46); }

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

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

 span { border-color: rgb(142,100,46); }

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