#906330

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

Shades of Rusty Nail #906330

Tints of Rusty Nail #906330

Color information

#906330 (or 0x906330) is unknown color: approx Rusty Nail. HEX triplet: 90, 63 and 30. RGB value is (144,99,48). Sum of RGB (Red+Green+Blue) = 144+99+48=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #906330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906330 is #6F9CCF. Grayscale: #6A6A6A. Windows color (decimal): -7314640 or 3171216. OLE color: 3171216.

HSL color Cylindrical-coordinate representation of color #906330: hue angle of 31.87º 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 #906330 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1449948-
CMYK00.310.670.44
HSL31.87º50%37.65%-
HSV(B)31.87º66.67%56.47%-
XYZ16.515.074.83-
YUV106.6494.91154.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=49.48%
G=34.02%
B=16.49%

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
Decimal144994800.310.670.4431.875037.65
Hex90633001F432C203226
Octal2201436003710354406246
Binary1001000011000111100000111111000011101100100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906330; }

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

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

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

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

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

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

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

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