#94682D

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

Shades of Rusty Nail #94682D

Tints of Rusty Nail #94682D

Color information

#94682D (or 0x94682D) is unknown color: approx Rusty Nail. HEX triplet: 94, 68 and 2D. RGB value is (148,104,45). Sum of RGB (Red+Green+Blue) = 148+104+45=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94682D is #6B97D2. Grayscale: #6E6E6E. Windows color (decimal): -7051219 or 2975892. OLE color: 2975892.

HSL color Cylindrical-coordinate representation of color #94682D: hue angle of 34.37º degrees, saturation: 0.53, 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 #94682D is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14810445-
CMYK00.300.700.42
HSL34.37º53.37%37.84%-
HSV(B)34.37º69.59%58.04%-
XYZ17.6416.394.72-
YUV110.4391.08154.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=49.83%
G=35.02%
B=15.15%

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
Decimal1481044500.300.700.4234.3753.3737.84
Hex94682D01E462A223526
Octal2241505503610652426546
Binary1001010011010001011010111101000110101010100010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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