#926231

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

Shades of Rusty Nail #926231

Tints of Rusty Nail #926231

Color information

#926231 (or 0x926231) is unknown color: approx Rusty Nail. HEX triplet: 92, 62 and 31. RGB value is (146,98,49). Sum of RGB (Red+Green+Blue) = 146+98+49=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #926231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926231 is #6D9DCE. Grayscale: #6B6B6B. Windows color (decimal): -7183823 or 3236498. OLE color: 3236498.

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

Color convert

RGB1469849-
CMYK00.330.660.43
HSL30.31º49.74%38.24%-
HSV(B)30.31º66.44%57.25%-
XYZ16.7815.074.93-
YUV106.7795.4155.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 49 (19.53% from 255) = 16.72%
R=49.83%
G=33.45%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146984900.330.660.4330.3149.7438.24
Hex926231021422B1e3226
Octal2221426104110253366246
Binary1001001011000101100010100001100001010101111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926231; }

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

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

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

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

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

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

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

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