#90642E

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

Shades of Rusty Nail #90642E

Tints of Rusty Nail #90642E

Color information

#90642E (or 0x90642E) is unknown color: approx Rusty Nail. HEX triplet: 90, 64 and 2E. RGB value is (144,100,46). Sum of RGB (Red+Green+Blue) = 144+100+46=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90642E is #6F9BD1. Grayscale: #6B6B6B. Windows color (decimal): -7314386 or 3040400. OLE color: 3040400.

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

Color convert

RGB14410046-
CMYK00.310.680.44
HSL33.06º51.58%37.25%-
HSV(B)33.06º68.06%56.47%-
XYZ16.5515.244.65-
YUV10793.58154.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=49.66%
G=34.48%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441004600.310.680.4433.0651.5837.25
Hex90642E01F442C213425
Octal2201445603710454416445
Binary1001000011001001011100111111000100101100100001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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