#93655F

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

Shades of Dark Chestnut #93655F

Tints of Dark Chestnut #93655F

Color information

#93655F (or 0x93655F) is unknown color: approx Dark Chestnut. HEX triplet: 93, 65 and 5F. RGB value is (147,101,95). Sum of RGB (Red+Green+Blue) = 147+101+95=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93655F is #6C9AA0. Grayscale: #727272. Windows color (decimal): -7117473 or 6251923. OLE color: 6251923.

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

Color convert

RGB14710195-
CMYK00.310.350.42
HSL6.92º21.49%47.45%-
HSV(B)6.92º35.37%57.65%-
XYZ18.7516.3412.99-
YUV114.07117.24151.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=42.86%
G=29.45%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471019500.310.350.426.9221.4947.45
Hex93655F01F232A7152f
Octal223145137037435272557
Binary100100111100101101111101111110001110101011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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