#90642D

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

Shades of Rusty Nail #90642D

Tints of Rusty Nail #90642D

Color information

#90642D (or 0x90642D) is unknown color: approx Rusty Nail. HEX triplet: 90, 64 and 2D. RGB value is (144,100,45). Sum of RGB (Red+Green+Blue) = 144+100+45=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90642D is #6F9BD2. Grayscale: #6B6B6B. Windows color (decimal): -7314387 or 2974864. OLE color: 2974864.

HSL color Cylindrical-coordinate representation of color #90642D: hue angle of 33.33º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90642D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14410045-
CMYK00.310.690.44
HSL33.33º52.38%37.06%-
HSV(B)33.33º68.75%56.47%-
XYZ16.5315.234.55-
YUV106.8993.08154.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=49.83%
G=34.60%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441004500.310.690.4433.3352.3837.06
Hex90642D01F452C213425
Octal2201445503710554416445
Binary1001000011001001011010111111000101101100100001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90642D; }

 p { color: rgb(144,100,45); }

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

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

 a { background-color: rgb(144,100,45); }

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

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

 span { border-color: rgb(144,100,45); }

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