#896630

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

Shades of Rusty Nail #896630

Tints of Rusty Nail #896630

Color information

#896630 (or 0x896630) is unknown color: approx Rusty Nail. HEX triplet: 89, 66 and 30. RGB value is (137,102,48). Sum of RGB (Red+Green+Blue) = 137+102+48=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #896630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896630 is #7699CF. Grayscale: #6A6A6A. Windows color (decimal): -7772624 or 3171977. OLE color: 3171977.

HSL color Cylindrical-coordinate representation of color #896630: hue angle of 36.4º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #896630 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB13710248-
CMYK00.260.650.46
HSL36.4º48.11%36.27%-
HSV(B)36.4º64.96%53.73%-
XYZ15.615.034.88-
YUV106.3195.1149.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 48 (19.14% from 255) = 16.72%
R=47.74%
G=35.54%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371024800.260.650.4636.448.1136.27
Hex89663001A412E243024
Octal2111466003210156446044
Binary1000100111001101100000110101000001101110100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896630; }

 p { color: rgb(137,102,48); }

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

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

 a { background-color: rgb(137,102,48); }

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

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

 span { border-color: rgb(137,102,48); }

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