#906930

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

Shades of Rusty Nail #906930

Tints of Rusty Nail #906930

Color information

#906930 (or 0x906930) is unknown color: approx Rusty Nail. HEX triplet: 90, 69 and 30. RGB value is (144,105,48). Sum of RGB (Red+Green+Blue) = 144+105+48=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #906930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906930 is #6F96CF. Grayscale: #6E6E6E. Windows color (decimal): -7313104 or 3172752. OLE color: 3172752.

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

Color convert

RGB14410548-
CMYK00.270.670.44
HSL35.62º50%37.65%-
HSV(B)35.62º66.67%56.47%-
XYZ17.0916.255.03-
YUV110.1692.92152.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.48%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=48.48%
G=35.35%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441054800.270.670.4435.625037.65
Hex90693001B432C243226
Octal2201516003310354446246
Binary1001000011010011100000110111000011101100100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906930; }

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

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

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

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

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

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

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

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