#93612E

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

Shades of Rusty Nail #93612E

Tints of Rusty Nail #93612E

Color information

#93612E (or 0x93612E) is unknown color: approx Rusty Nail. HEX triplet: 93, 61 and 2E. RGB value is (147,97,46). Sum of RGB (Red+Green+Blue) = 147+97+46=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93612E is #6C9ED1. Grayscale: #6A6A6A. Windows color (decimal): -7118546 or 3039635. OLE color: 3039635.

HSL color Cylindrical-coordinate representation of color #93612E: hue angle of 30.3º degrees, saturation: 0.52, 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 #93612E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1479746-
CMYK00.340.690.42
HSL30.3º52.33%37.84%-
HSV(B)30.3º68.71%57.65%-
XYZ16.814.954.58-
YUV106.1494.06157.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=50.69%
G=33.45%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147974600.340.690.4230.352.3337.84
Hex93612E022452A1e3426
Octal2231415604210552366446
Binary1001001111000011011100100010100010110101011110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93612E; }

 p { color: rgb(147,97,46); }

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

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

 a { background-color: rgb(147,97,46); }

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

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

 span { border-color: rgb(147,97,46); }

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