#90622A

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

Shades of Rusty Nail #90622A

Tints of Rusty Nail #90622A

Color information

#90622A (or 0x90622A) is unknown color: approx Rusty Nail. HEX triplet: 90, 62 and 2A. RGB value is (144,98,42). Sum of RGB (Red+Green+Blue) = 144+98+42=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90622A is #6F9DD5. Grayscale: #696969. Windows color (decimal): -7314902 or 2777744. OLE color: 2777744.

HSL color Cylindrical-coordinate representation of color #90622A: hue angle of 32.94º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90622A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1449842-
CMYK00.320.710.44
HSL32.94º54.84%36.47%-
HSV(B)32.94º70.83%56.47%-
XYZ16.2914.834.19-
YUV105.3792.24155.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=50.70%
G=34.51%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144984200.320.710.4432.9454.8436.47
Hex90622A020472C213724
Octal2201425204010754416744
Binary10010000110001010101001000001000111101100100001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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