#93652E

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

Shades of Rusty Nail #93652E

Tints of Rusty Nail #93652E

Color information

#93652E (or 0x93652E) is unknown color: approx Rusty Nail. HEX triplet: 93, 65 and 2E. RGB value is (147,101,46). Sum of RGB (Red+Green+Blue) = 147+101+46=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93652E is #6C9AD1. Grayscale: #6C6C6C. Windows color (decimal): -7117522 or 3040659. OLE color: 3040659.

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

Color convert

RGB14710146-
CMYK00.310.690.42
HSL32.67º52.33%37.84%-
HSV(B)32.67º68.71%57.65%-
XYZ17.1815.714.71-
YUV108.4892.74155.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=50%
G=34.35%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471014600.310.690.4232.6752.3337.84
Hex93652E01F452A213426
Octal2231455603710552416446
Binary1001001111001011011100111111000101101010100001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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