#97602F

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

Shades of Rusty Nail #97602F

Tints of Rusty Nail #97602F

Color information

#97602F (or 0x97602F) is unknown color: approx Rusty Nail. HEX triplet: 97, 60 and 2F. RGB value is (151,96,47). Sum of RGB (Red+Green+Blue) = 151+96+47=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97602F is #689FD0. Grayscale: #6B6B6B. Windows color (decimal): -6856657 or 3104919. OLE color: 3104919.

HSL color Cylindrical-coordinate representation of color #97602F: hue angle of 28.27º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97602F is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1519647-
CMYK00.360.690.41
HSL28.27º52.53%38.82%-
HSV(B)28.27º68.87%59.22%-
XYZ17.4615.154.69-
YUV106.8694.22159.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=51.36%
G=32.65%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151964700.360.690.4128.2752.5338.82
Hex97602F02445291c3527
Octal2271405704410551346547
Binary1001011111000001011110100100100010110100111100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97602F; }

 p { color: rgb(151,96,47); }

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

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

 a { background-color: rgb(151,96,47); }

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

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

 span { border-color: rgb(151,96,47); }

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