#916630

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

Shades of Rusty Nail #916630

Tints of Rusty Nail #916630

Color information

#916630 (or 0x916630) is unknown color: approx Rusty Nail. HEX triplet: 91, 66 and 30. RGB value is (145,102,48). Sum of RGB (Red+Green+Blue) = 145+102+48=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #916630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916630 is #6E99CF. Grayscale: #6C6C6C. Windows color (decimal): -7248336 or 3171985. OLE color: 3171985.

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

Color convert

RGB14510248-
CMYK00.300.670.43
HSL33.4º50.26%37.84%-
HSV(B)33.4º66.9%56.86%-
XYZ16.9615.744.94-
YUV108.793.75153.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=49.15%
G=34.58%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451024800.300.670.4333.450.2637.84
Hex91663001E432B213226
Octal2211466003610353416246
Binary1001000111001101100000111101000011101011100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916630; }

 p { color: rgb(145,102,48); }

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

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

 a { background-color: rgb(145,102,48); }

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

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

 span { border-color: rgb(145,102,48); }

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