#93655D

Color #93655D Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #93655D

Tints of Dark Chestnut #93655D

Color information

#93655D (or 0x93655D) is unknown color: approx Dark Chestnut. HEX triplet: 93, 65 and 5D. RGB value is (147,101,93). Sum of RGB (Red+Green+Blue) = 147+101+93=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93655D is #6C9AA2. Grayscale: #717171. Windows color (decimal): -7117475 or 6120851. OLE color: 6120851.

HSL color Cylindrical-coordinate representation of color #93655D: hue angle of 8.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93655D is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14710193-
CMYK00.310.370.42
HSL8.89º22.5%47.06%-
HSV(B)8.89º36.73%57.65%-
XYZ18.6616.312.52-
YUV113.84116.24151.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=43.11%
G=29.62%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471019300.310.370.428.8922.547.06
Hex93655D01F252A9172f
Octal2231451350374552112757
Binary1001001111001011011101011111100101101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93655D; }

 p { color: rgb(147,101,93); }

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

<style>
 a { background-color: #93655D; }

 a { background-color: rgb(147,101,93); }

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

<style>
 span { border-color: #93655D; }

 span { border-color: rgb(147,101,93); }

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