#93664F

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

Shades of Dark Tan #93664F

Tints of Dark Tan #93664F

Color information

#93664F (or 0x93664F) is unknown color: approx Dark Tan. HEX triplet: 93, 66 and 4F. RGB value is (147,102,79). Sum of RGB (Red+Green+Blue) = 147+102+79=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93664F is #6C99B0. Grayscale: #707070. Windows color (decimal): -7117233 or 5203603. OLE color: 5203603.

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

Color convert

RGB14710279-
CMYK00.310.460.42
HSL20.29º30.09%44.31%-
HSV(B)20.29º46.26%57.65%-
XYZ18.216.279.58-
YUV112.83108.91152.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=44.82%
G=31.10%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471027900.310.460.4220.2930.0944.31
Hex93664F01F2E2A141e2c
Octal2231461170375652243654
Binary10010011110011010011110111111011101010101010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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