#976231

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

Shades of Rusty Nail #976231

Tints of Rusty Nail #976231

Color information

#976231 (or 0x976231) is unknown color: approx Rusty Nail. HEX triplet: 97, 62 and 31. RGB value is (151,98,49). Sum of RGB (Red+Green+Blue) = 151+98+49=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #976231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976231 is #689DCE. Grayscale: #6C6C6C. Windows color (decimal): -6856143 or 3236503. OLE color: 3236503.

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

Color convert

RGB1519849-
CMYK00.350.680.41
HSL28.82º51%39.22%-
HSV(B)28.82º67.55%59.22%-
XYZ17.6815.544.97-
YUV108.2694.56158.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=50.67%
G=32.89%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151984900.350.680.4128.825139.22
Hex97623102344291d3327
Octal2271426104310451356347
Binary1001011111000101100010100011100010010100111101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976231; }

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

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

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

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

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

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

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

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