#896326

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

Shades of Rusty Nail #896326

Tints of Rusty Nail #896326

Color information

#896326 (or 0x896326) is unknown color: approx Rusty Nail. HEX triplet: 89, 63 and 26. RGB value is (137,99,38). Sum of RGB (Red+Green+Blue) = 137+99+38=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #896326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896326 is #769CD9. Grayscale: #676767. Windows color (decimal): -7773402 or 2515849. OLE color: 2515849.

HSL color Cylindrical-coordinate representation of color #896326: hue angle of 36.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #896326 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1379938-
CMYK00.280.720.46
HSL36.97º56.57%34.31%-
HSV(B)36.97º72.26%53.73%-
XYZ15.1314.383.81-
YUV103.4191.09151.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=50%
G=36.13%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137993800.280.720.4636.9756.5734.31
Hex89632601C482E253922
Octal2111434603411056457142
Binary1000100111000111001100111001001000101110100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896326; }

 p { color: rgb(137,99,38); }

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

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

 a { background-color: rgb(137,99,38); }

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

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

 span { border-color: rgb(137,99,38); }

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