#93694C

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

Shades of Dark Tan #93694C

Tints of Dark Tan #93694C

Color information

#93694C (or 0x93694C) is unknown color: approx Dark Tan. HEX triplet: 93, 69 and 4C. RGB value is (147,105,76). Sum of RGB (Red+Green+Blue) = 147+105+76=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93694C is #6C96B3. Grayscale: #727272. Windows color (decimal): -7116468 or 5007763. OLE color: 5007763.

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

Color convert

RGB14710576-
CMYK00.290.480.42
HSL24.51º31.84%43.73%-
HSV(B)24.51º48.3%57.65%-
XYZ18.3916.839.12-
YUV114.25106.41151.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=44.82%
G=32.01%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471057600.290.480.4224.5131.8443.73
Hex93694C01D302A19202c
Octal2231511140356052314054
Binary100100111101001100110001110111000010101011001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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