#906430

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

Shades of Rusty Nail #906430

Tints of Rusty Nail #906430

Color information

#906430 (or 0x906430) is unknown color: approx Rusty Nail. HEX triplet: 90, 64 and 30. RGB value is (144,100,48). Sum of RGB (Red+Green+Blue) = 144+100+48=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #906430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906430 is #6F9BCF. Grayscale: #6B6B6B. Windows color (decimal): -7314384 or 3171472. OLE color: 3171472.

HSL color Cylindrical-coordinate representation of color #906430: hue angle of 32.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #906430 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB14410048-
CMYK00.310.670.44
HSL32.5º50%37.65%-
HSV(B)32.5º66.67%56.47%-
XYZ16.5915.264.87-
YUV107.2394.58154.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=49.32%
G=34.25%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441004800.310.670.4432.55037.65
Hex90643001F432C203226
Octal2201446003710354406246
Binary1001000011001001100000111111000011101100100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906430; }

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

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

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

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

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

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

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

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