#8F6629

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

Shades of Rusty Nail #8F6629

Tints of Rusty Nail #8F6629

Color information

#8F6629 (or 0x8F6629) is unknown color: approx Rusty Nail. HEX triplet: 8F, 66 and 29. RGB value is (143,102,41). Sum of RGB (Red+Green+Blue) = 143+102+41=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6629 is #7099D6. Grayscale: #6B6B6B. Windows color (decimal): -7379415 or 2713231. OLE color: 2713231.

HSL color Cylindrical-coordinate representation of color #8F6629: hue angle of 35.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F6629 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14310241-
CMYK00.290.710.44
HSL35.88º55.43%36.08%-
HSV(B)35.88º71.33%56.08%-
XYZ16.4815.54.22-
YUV107.390.58153.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=50%
G=35.66%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431024100.290.710.4435.8855.4336.08
Hex8F662901D472C243724
Octal2171465103510754446744
Binary1000111111001101010010111011000111101100100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,41); }

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

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

 a { background-color: rgb(143,102,41); }

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

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

 span { border-color: rgb(143,102,41); }

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