#93655B

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

Shades of Dark Chestnut #93655B

Tints of Dark Chestnut #93655B

Color information

#93655B (or 0x93655B) is unknown color: approx Dark Chestnut. HEX triplet: 93, 65 and 5B. RGB value is (147,101,91). Sum of RGB (Red+Green+Blue) = 147+101+91=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93655B is #6C9AA4. Grayscale: #717171. Windows color (decimal): -7117477 or 5989779. OLE color: 5989779.

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

Color convert

RGB14710191-
CMYK00.310.380.42
HSL10.71º23.53%46.67%-
HSV(B)10.71º38.1%57.65%-
XYZ18.5716.2712.06-
YUV113.61115.24151.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=43.36%
G=29.79%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471019100.310.380.4210.7123.5346.67
Hex93655B01F262Ab182f
Octal2231451330374652133057
Binary1001001111001011011011011111100110101010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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