#8C6231

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

Shades of Rusty Nail #8C6231

Tints of Rusty Nail #8C6231

Color information

#8C6231 (or 0x8C6231) is unknown color: approx Rusty Nail. HEX triplet: 8C, 62 and 31. RGB value is (140,98,49). Sum of RGB (Red+Green+Blue) = 140+98+49=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6231 is #739DCE. Grayscale: #696969. Windows color (decimal): -7577039 or 3236492. OLE color: 3236492.

HSL color Cylindrical-coordinate representation of color #8C6231: hue angle of 32.31º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C6231 is Cyan = 0, Magento = 0.3, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1409849-
CMYK00.30.650.45
HSL32.31º48.15%37.06%-
HSV(B)32.31º65%54.9%-
XYZ15.7414.534.88-
YUV104.9796.41152.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=48.78%
G=34.15%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140984900.30.650.4532.3148.1537.06
Hex8C623101E412D203025
Octal2141426103610155406045
Binary1000110011000101100010111101000001101101100000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,49); }

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

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

 a { background-color: rgb(140,98,49); }

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

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

 span { border-color: rgb(140,98,49); }

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