#93664A

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

Shades of Dark Tan #93664A

Tints of Dark Tan #93664A

Color information

#93664A (or 0x93664A) is unknown color: approx Dark Tan. HEX triplet: 93, 66 and 4A. RGB value is (147,102,74). Sum of RGB (Red+Green+Blue) = 147+102+74=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93664A is #6C99B5. Grayscale: #707070. Windows color (decimal): -7117238 or 4875923. OLE color: 4875923.

HSL color Cylindrical-coordinate representation of color #93664A: hue angle of 23.01º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93664A is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14710274-
CMYK00.310.500.42
HSL23.01º33.03%43.33%-
HSV(B)23.01º49.66%57.65%-
XYZ18.0216.28.66-
YUV112.26106.41152.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=45.51%
G=31.58%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471027400.310.500.4223.0133.0343.33
Hex93664A01F322A17212b
Octal2231461120376252274153
Binary100100111100110100101001111111001010101010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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