#94682C

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

Shades of Rusty Nail #94682C

Tints of Rusty Nail #94682C

Color information

#94682C (or 0x94682C) is unknown color: approx Rusty Nail. HEX triplet: 94, 68 and 2C. RGB value is (148,104,44). Sum of RGB (Red+Green+Blue) = 148+104+44=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94682C is #6B97D3. Grayscale: #6E6E6E. Windows color (decimal): -7051220 or 2910356. OLE color: 2910356.

HSL color Cylindrical-coordinate representation of color #94682C: hue angle of 34.62º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94682C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14810444-
CMYK00.300.700.42
HSL34.62º54.17%37.65%-
HSV(B)34.62º70.27%58.04%-
XYZ17.6216.384.62-
YUV110.3290.58154.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=50%
G=35.14%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481044400.300.700.4234.6254.1737.65
Hex94682C01E462A233626
Octal2241505403610652436646
Binary1001010011010001011000111101000110101010100011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94682C; }

 p { color: rgb(148,104,44); }

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

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

 a { background-color: rgb(148,104,44); }

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

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

 span { border-color: rgb(148,104,44); }

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