#93682D

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

Shades of Rusty Nail #93682D

Tints of Rusty Nail #93682D

Color information

#93682D (or 0x93682D) is unknown color: approx Rusty Nail. HEX triplet: 93, 68 and 2D. RGB value is (147,104,45). Sum of RGB (Red+Green+Blue) = 147+104+45=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93682D is #6C97D2. Grayscale: #6E6E6E. Windows color (decimal): -7116755 or 2975891. OLE color: 2975891.

HSL color Cylindrical-coordinate representation of color #93682D: hue angle of 34.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93682D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14710445-
CMYK00.290.690.42
HSL34.71º53.12%37.65%-
HSV(B)34.71º69.39%57.65%-
XYZ17.4616.294.71-
YUV110.1391.25154.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=49.66%
G=35.14%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471044500.290.690.4234.7153.1237.65
Hex93682D01D452A233526
Octal2231505503510552436546
Binary1001001111010001011010111011000101101010100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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