#8D662B

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

Shades of Rusty Nail #8D662B

Tints of Rusty Nail #8D662B

Color information

#8D662B (or 0x8D662B) is unknown color: approx Rusty Nail. HEX triplet: 8D, 66 and 2B. RGB value is (141,102,43). Sum of RGB (Red+Green+Blue) = 141+102+43=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D662B is #7299D4. Grayscale: #6B6B6B. Windows color (decimal): -7510485 or 2844301. OLE color: 2844301.

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

Color convert

RGB14110243-
CMYK00.280.700.45
HSL36.12º53.26%36.08%-
HSV(B)36.12º69.5%55.29%-
XYZ16.1715.344.39-
YUV106.9391.92152.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.30%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=49.30%
G=35.66%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411024300.280.700.4536.1253.2636.08
Hex8D662B01C462D243524
Octal2151465303410655446544
Binary1000110111001101010110111001000110101101100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,43); }

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

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

 a { background-color: rgb(141,102,43); }

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

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

 span { border-color: rgb(141,102,43); }

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