#93664C

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

Shades of Dark Tan #93664C

Tints of Dark Tan #93664C

Color information

#93664C (or 0x93664C) is unknown color: approx Dark Tan. HEX triplet: 93, 66 and 4C. RGB value is (147,102,76). Sum of RGB (Red+Green+Blue) = 147+102+76=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93664C is #6C99B3. Grayscale: #707070. Windows color (decimal): -7117236 or 5006995. OLE color: 5006995.

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

Color convert

RGB14710276-
CMYK00.310.480.42
HSL21.97º31.84%43.73%-
HSV(B)21.97º48.3%57.65%-
XYZ18.0916.239.02-
YUV112.49107.41152.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=45.23%
G=31.38%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471027600.310.480.4221.9731.8443.73
Hex93664C01F302A16202c
Octal2231461140376052264054
Binary100100111100110100110001111111000010101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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