#90662B

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

Shades of Rusty Nail #90662B

Tints of Rusty Nail #90662B

Color information

#90662B (or 0x90662B) is unknown color: approx Rusty Nail. HEX triplet: 90, 66 and 2B. RGB value is (144,102,43). Sum of RGB (Red+Green+Blue) = 144+102+43=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90662B is #6F99D4. Grayscale: #6C6C6C. Windows color (decimal): -7313877 or 2844304. OLE color: 2844304.

HSL color Cylindrical-coordinate representation of color #90662B: hue angle of 35.05º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90662B is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14410243-
CMYK00.290.700.44
HSL35.05º54.01%36.67%-
HSV(B)35.05º70.14%56.47%-
XYZ16.6915.614.42-
YUV107.8391.41153.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=49.83%
G=35.29%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441024300.290.700.4435.0554.0136.67
Hex90662B01D462C233625
Octal2201465303510654436645
Binary1001000011001101010110111011000110101100100011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90662B; }

 p { color: rgb(144,102,43); }

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

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

 a { background-color: rgb(144,102,43); }

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

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

 span { border-color: rgb(144,102,43); }

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