#93694F

Color #93694F Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #93694F

Tints of Dark Tan #93694F

Color information

#93694F (or 0x93694F) is unknown color: approx Dark Tan. HEX triplet: 93, 69 and 4F. RGB value is (147,105,79). Sum of RGB (Red+Green+Blue) = 147+105+79=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #93694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93694F is #6C96B0. Grayscale: #727272. Windows color (decimal): -7116465 or 5204371. OLE color: 5204371.

HSL color Cylindrical-coordinate representation of color #93694F: hue angle of 22.94º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93694F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14710579-
CMYK00.290.460.42
HSL22.94º30.09%44.31%-
HSV(B)22.94º46.26%57.65%-
XYZ18.516.879.68-
YUV114.59107.91151.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=44.41%
G=31.72%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471057900.290.460.4222.9430.0944.31
Hex93694F01D2E2A171e2c
Octal2231511170355652273654
Binary10010011110100110011110111011011101010101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93694F; }

 p { color: rgb(147,105,79); }

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

<style>
 a { background-color: #93694F; }

 a { background-color: rgb(147,105,79); }

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

<style>
 span { border-color: #93694F; }

 span { border-color: rgb(147,105,79); }

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