#976631

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

Shades of Rusty Nail #976631

Tints of Rusty Nail #976631

Color information

#976631 (or 0x976631) is unknown color: approx Rusty Nail. HEX triplet: 97, 66 and 31. RGB value is (151,102,49). Sum of RGB (Red+Green+Blue) = 151+102+49=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #976631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976631 is #6899CE. Grayscale: #6E6E6E. Windows color (decimal): -6855119 or 3237527. OLE color: 3237527.

HSL color Cylindrical-coordinate representation of color #976631: hue angle of 31.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #976631 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB15110249-
CMYK00.320.680.41
HSL31.18º51%39.22%-
HSV(B)31.18º67.55%59.22%-
XYZ18.0716.35.1-
YUV110.6193.23156.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=50%
G=33.77%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511024900.320.680.4131.185139.22
Hex97663102044291f3327
Octal2271466104010451376347
Binary1001011111001101100010100000100010010100111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976631; }

 p { color: rgb(151,102,49); }

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

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

 a { background-color: rgb(151,102,49); }

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

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

 span { border-color: rgb(151,102,49); }

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