#93695B

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

Shades of Dark Chestnut #93695B

Tints of Dark Chestnut #93695B

Color information

#93695B (or 0x93695B) is unknown color: approx Dark Chestnut. HEX triplet: 93, 69 and 5B. RGB value is (147,105,91). Sum of RGB (Red+Green+Blue) = 147+105+91=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93695B is #6C96A4. Grayscale: #747474. Windows color (decimal): -7116453 or 5990803. OLE color: 5990803.

HSL color Cylindrical-coordinate representation of color #93695B: hue angle of 15º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93695B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14710591-
CMYK00.290.380.42
HSL15º23.53%46.67%-
HSV(B)15º38.1%57.65%-
XYZ18.9717.0612.19-
YUV115.96113.91150.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=42.86%
G=30.61%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471059100.290.380.421523.5346.67
Hex93695B01D262Af182f
Octal2231511330354652173057
Binary1001001111010011011011011101100110101010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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