#90622E

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

Shades of Rusty Nail #90622E

Tints of Rusty Nail #90622E

Color information

#90622E (or 0x90622E) is unknown color: approx Rusty Nail. HEX triplet: 90, 62 and 2E. RGB value is (144,98,46). Sum of RGB (Red+Green+Blue) = 144+98+46=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90622E is #6F9DD1. Grayscale: #6A6A6A. Windows color (decimal): -7314898 or 3039888. OLE color: 3039888.

HSL color Cylindrical-coordinate representation of color #90622E: hue angle of 31.84º 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 #90622E is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1449846-
CMYK00.320.680.44
HSL31.84º51.58%37.25%-
HSV(B)31.84º68.06%56.47%-
XYZ16.3614.864.59-
YUV105.8394.24155.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=50%
G=34.03%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144984600.320.680.4431.8451.5837.25
Hex90622E020442C203425
Octal2201425604010454406445
Binary10010000110001010111001000001000100101100100000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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