#906130

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

Shades of Rusty Nail #906130

Tints of Rusty Nail #906130

Color information

#906130 (or 0x906130) is unknown color: approx Rusty Nail. HEX triplet: 90, 61 and 30. RGB value is (144,97,48). Sum of RGB (Red+Green+Blue) = 144+97+48=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #906130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906130 is #6F9ECF. Grayscale: #696969. Windows color (decimal): -7315152 or 3170704. OLE color: 3170704.

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

Color convert

RGB1449748-
CMYK00.330.670.44
HSL30.62º50%37.65%-
HSV(B)30.62º66.67%56.47%-
XYZ16.3114.694.77-
YUV105.4795.57155.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=49.83%
G=33.56%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144974800.330.670.4430.625037.65
Hex906130021432C1f3226
Octal2201416004110354376246
Binary1001000011000011100000100001100001110110011111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906130; }

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

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

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

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

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

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

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

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