#8F6729

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

Shades of Rusty Nail #8F6729

Tints of Rusty Nail #8F6729

Color information

#8F6729 (or 0x8F6729) is unknown color: approx Rusty Nail. HEX triplet: 8F, 67 and 29. RGB value is (143,103,41). Sum of RGB (Red+Green+Blue) = 143+103+41=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6729 is #7098D6. Grayscale: #6C6C6C. Windows color (decimal): -7379159 or 2713487. OLE color: 2713487.

HSL color Cylindrical-coordinate representation of color #8F6729: hue angle of 36.47º 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 #8F6729 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14310341-
CMYK00.280.710.44
HSL36.47º55.43%36.08%-
HSV(B)36.47º71.33%56.08%-
XYZ16.5815.74.25-
YUV107.8990.25153.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.83%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=49.83%
G=35.89%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431034100.280.710.4436.4755.4336.08
Hex8F672901C472C243724
Octal2171475103410754446744
Binary1000111111001111010010111001000111101100100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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