#926431

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

Shades of Rusty Nail #926431

Tints of Rusty Nail #926431

Color information

#926431 (or 0x926431) is unknown color: approx Rusty Nail. HEX triplet: 92, 64 and 31. RGB value is (146,100,49). Sum of RGB (Red+Green+Blue) = 146+100+49=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #926431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926431 is #6D9BCE. Grayscale: #6C6C6C. Windows color (decimal): -7183311 or 3237010. OLE color: 3237010.

HSL color Cylindrical-coordinate representation of color #926431: hue angle of 31.55º degrees, saturation: 0.5, 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 #926431 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14610049-
CMYK00.320.660.43
HSL31.55º49.74%38.24%-
HSV(B)31.55º66.44%57.25%-
XYZ16.9715.454.99-
YUV107.9494.74155.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=49.49%
G=33.90%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461004900.320.660.4331.5549.7438.24
Hex926431020422B203226
Octal2221446104010253406246
Binary10010010110010011000101000001000010101011100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926431; }

 p { color: rgb(146,100,49); }

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

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

 a { background-color: rgb(146,100,49); }

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

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

 span { border-color: rgb(146,100,49); }

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