#8B642E

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

Shades of Rusty Nail #8B642E

Tints of Rusty Nail #8B642E

Color information

#8B642E (or 0x8B642E) is unknown color: approx Rusty Nail. HEX triplet: 8B, 64 and 2E. RGB value is (139,100,46). Sum of RGB (Red+Green+Blue) = 139+100+46=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B642E is #749BD1. Grayscale: #696969. Windows color (decimal): -7642066 or 3040395. OLE color: 3040395.

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

Color convert

RGB13910046-
CMYK00.280.670.45
HSL34.84º50.27%36.27%-
HSV(B)34.84º66.91%54.51%-
XYZ15.714.84.61-
YUV105.594.42151.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=48.77%
G=35.09%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391004600.280.670.4534.8450.2736.27
Hex8B642E01C432D233224
Octal2131445603410355436244
Binary1000101111001001011100111001000011101101100011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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