#89662A

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

Shades of Rusty Nail #89662A

Tints of Rusty Nail #89662A

Color information

#89662A (or 0x89662A) is unknown color: approx Rusty Nail. HEX triplet: 89, 66 and 2A. RGB value is (137,102,42). Sum of RGB (Red+Green+Blue) = 137+102+42=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89662A is #7699D5. Grayscale: #696969. Windows color (decimal): -7772630 or 2778761. OLE color: 2778761.

HSL color Cylindrical-coordinate representation of color #89662A: hue angle of 37.89º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89662A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13710242-
CMYK00.260.690.46
HSL37.89º53.07%35.1%-
HSV(B)37.89º69.34%53.73%-
XYZ15.4914.994.27-
YUV105.6292.1150.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=48.75%
G=36.30%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371024200.260.690.4637.8953.0735.1
Hex89662A01A452E263523
Octal2111465203210556466543
Binary1000100111001101010100110101000101101110100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89662A; }

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

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

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

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

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

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

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

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