#926531

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

Shades of Rusty Nail #926531

Tints of Rusty Nail #926531

Color information

#926531 (or 0x926531) is unknown color: approx Rusty Nail. HEX triplet: 92, 65 and 31. RGB value is (146,101,49). Sum of RGB (Red+Green+Blue) = 146+101+49=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #926531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926531 is #6D9ACE. Grayscale: #6C6C6C. Windows color (decimal): -7183055 or 3237266. OLE color: 3237266.

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

Color convert

RGB14610149-
CMYK00.310.660.43
HSL32.16º49.74%38.24%-
HSV(B)32.16º66.44%57.25%-
XYZ17.0615.645.03-
YUV108.5394.41154.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 49 (19.53% from 255) = 16.55%
R=49.32%
G=34.12%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461014900.310.660.4332.1649.7438.24
Hex92653101F422B203226
Octal2221456103710253406246
Binary1001001011001011100010111111000010101011100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926531; }

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

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

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

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

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

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

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

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