#906729

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

Shades of Rusty Nail #906729

Tints of Rusty Nail #906729

Color information

#906729 (or 0x906729) is unknown color: approx Rusty Nail. HEX triplet: 90, 67 and 29. RGB value is (144,103,41). Sum of RGB (Red+Green+Blue) = 144+103+41=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #906729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906729 is #6F98D6. Grayscale: #6C6C6C. Windows color (decimal): -7313623 or 2713488. OLE color: 2713488.

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

Color convert

RGB14410341-
CMYK00.280.720.44
HSL36.12º55.68%36.27%-
HSV(B)36.12º71.53%56.47%-
XYZ16.7515.794.26-
YUV108.1990.08153.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=50%
G=35.76%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441034100.280.720.4436.1255.6836.27
Hex90672901C482C243824
Octal2201475103411054447044
Binary1001000011001111010010111001001000101100100100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906729; }

 p { color: rgb(144,103,41); }

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

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

 a { background-color: rgb(144,103,41); }

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

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

 span { border-color: rgb(144,103,41); }

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