#8F622F

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

Shades of Rusty Nail #8F622F

Tints of Rusty Nail #8F622F

Color information

#8F622F (or 0x8F622F) is unknown color: approx Rusty Nail. HEX triplet: 8F, 62 and 2F. RGB value is (143,98,47). Sum of RGB (Red+Green+Blue) = 143+98+47=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F622F is #709DD0. Grayscale: #696969. Windows color (decimal): -7380433 or 3105423. OLE color: 3105423.

HSL color Cylindrical-coordinate representation of color #8F622F: hue angle of 31.87º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F622F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1439847-
CMYK00.310.670.44
HSL31.87º50.53%37.25%-
HSV(B)31.87º67.13%56.08%-
XYZ16.2114.784.69-
YUV105.6494.91154.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.65%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=49.65%
G=34.03%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143984700.310.670.4431.8750.5337.25
Hex8F622F01F432C203325
Octal2171425703710354406345
Binary1000111111000101011110111111000011101100100000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,98,47); }

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

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

 a { background-color: rgb(143,98,47); }

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

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

 span { border-color: rgb(143,98,47); }

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