#8F602E

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

Shades of Rusty Nail #8F602E

Tints of Rusty Nail #8F602E

Color information

#8F602E (or 0x8F602E) is unknown color: approx Rusty Nail. HEX triplet: 8F, 60 and 2E. RGB value is (143,96,46). Sum of RGB (Red+Green+Blue) = 143+96+46=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F602E is #709FD1. Grayscale: #686868. Windows color (decimal): -7380946 or 3039375. OLE color: 3039375.

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

Color convert

RGB1439646-
CMYK00.330.680.44
HSL30.93º51.32%37.06%-
HSV(B)30.93º67.83%56.08%-
XYZ1614.44.52-
YUV104.3595.07155.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=50.18%
G=33.68%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143964600.330.680.4430.9351.3237.06
Hex8F602E021442C1f3325
Octal2171405604110454376345
Binary1000111111000001011100100001100010010110011111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,96,46); }

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

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

 a { background-color: rgb(143,96,46); }

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

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

 span { border-color: rgb(143,96,46); }

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