#976531

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

Shades of Rusty Nail #976531

Tints of Rusty Nail #976531

Color information

#976531 (or 0x976531) is unknown color: approx Rusty Nail. HEX triplet: 97, 65 and 31. RGB value is (151,101,49). Sum of RGB (Red+Green+Blue) = 151+101+49=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #976531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976531 is #689ACE. Grayscale: #6E6E6E. Windows color (decimal): -6855375 or 3237271. OLE color: 3237271.

HSL color Cylindrical-coordinate representation of color #976531: hue angle of 30.59º 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 #976531 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB15110149-
CMYK00.330.680.41
HSL30.59º51%39.22%-
HSV(B)30.59º67.55%59.22%-
XYZ17.9716.115.07-
YUV110.0293.56157.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=50.17%
G=33.55%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511014900.330.680.4130.595139.22
Hex97653102144291f3327
Octal2271456104110451376347
Binary1001011111001011100010100001100010010100111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976531; }

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

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

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

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

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

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

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

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