#8A662A

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

Shades of Rusty Nail #8A662A

Tints of Rusty Nail #8A662A

Color information

#8A662A (or 0x8A662A) is unknown color: approx Rusty Nail. HEX triplet: 8A, 66 and 2A. RGB value is (138,102,42). Sum of RGB (Red+Green+Blue) = 138+102+42=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A662A is #7599D5. Grayscale: #6A6A6A. Windows color (decimal): -7707094 or 2778762. OLE color: 2778762.

HSL color Cylindrical-coordinate representation of color #8A662A: hue angle of 37.5º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A662A is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB13810242-
CMYK00.260.700.46
HSL37.5º53.33%35.29%-
HSV(B)37.5º69.57%54.12%-
XYZ15.6515.074.28-
YUV105.9291.93150.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=48.94%
G=36.17%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381024200.260.700.4637.553.3335.29
Hex8A662A01A462E263523
Octal2121465203210656466543
Binary1000101011001101010100110101000110101110100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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