#93695D

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

Shades of Dark Chestnut #93695D

Tints of Dark Chestnut #93695D

Color information

#93695D (or 0x93695D) is unknown color: approx Dark Chestnut. HEX triplet: 93, 69 and 5D. RGB value is (147,105,93). Sum of RGB (Red+Green+Blue) = 147+105+93=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93695D is #6C96A2. Grayscale: #747474. Windows color (decimal): -7116451 or 6121875. OLE color: 6121875.

HSL color Cylindrical-coordinate representation of color #93695D: hue angle of 13.33º 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 #93695D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14710593-
CMYK00.290.370.42
HSL13.33º22.5%47.06%-
HSV(B)13.33º36.73%57.65%-
XYZ19.0617.112.65-
YUV116.19114.91149.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=42.61%
G=30.43%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471059300.290.370.4213.3322.547.06
Hex93695D01D252Ad172f
Octal2231511350354552152757
Binary1001001111010011011101011101100101101010110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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