#93684F

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

Shades of Dark Tan #93684F

Tints of Dark Tan #93684F

Color information

#93684F (or 0x93684F) is unknown color: approx Dark Tan. HEX triplet: 93, 68 and 4F. RGB value is (147,104,79). Sum of RGB (Red+Green+Blue) = 147+104+79=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #93684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93684F is #6C97B0. Grayscale: #727272. Windows color (decimal): -7116721 or 5204115. OLE color: 5204115.

HSL color Cylindrical-coordinate representation of color #93684F: hue angle of 22.06º 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 #93684F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14710479-
CMYK00.290.460.42
HSL22.06º30.09%44.31%-
HSV(B)22.06º46.26%57.65%-
XYZ18.3916.679.64-
YUV114.01108.25151.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=44.55%
G=31.52%
B=23.94%

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
Decimal1471047900.290.460.4222.0630.0944.31
Hex93684F01D2E2A161e2c
Octal2231501170355652263654
Binary10010011110100010011110111011011101010101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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