#926132

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

Shades of Rusty Nail #926132

Tints of Rusty Nail #926132

Color information

#926132 (or 0x926132) is unknown color: approx Rusty Nail. HEX triplet: 92, 61 and 32. RGB value is (146,97,50). Sum of RGB (Red+Green+Blue) = 146+97+50=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #926132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926132 is #6D9ECD. Grayscale: #6A6A6A. Windows color (decimal): -7184078 or 3301778. OLE color: 3301778.

HSL color Cylindrical-coordinate representation of color #926132: hue angle of 29.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #926132 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1469750-
CMYK00.340.660.43
HSL29.38º48.98%38.43%-
HSV(B)29.38º65.75%57.25%-
XYZ16.714.895.01-
YUV106.2996.23156.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=49.83%
G=33.11%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146975000.340.660.4329.3848.9838.43
Hex926132022422B1d3126
Octal2221416204210253356146
Binary1001001011000011100100100010100001010101111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926132; }

 p { color: rgb(146,97,50); }

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

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

 a { background-color: rgb(146,97,50); }

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

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

 span { border-color: rgb(146,97,50); }

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