#93635D

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

Shades of Dark Chestnut #93635D

Tints of Dark Chestnut #93635D

Color information

#93635D (or 0x93635D) is unknown color: approx Dark Chestnut. HEX triplet: 93, 63 and 5D. RGB value is (147,99,93). Sum of RGB (Red+Green+Blue) = 147+99+93=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93635D is #6C9CA2. Grayscale: #707070. Windows color (decimal): -7117987 or 6120339. OLE color: 6120339.

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

Color convert

RGB1479993-
CMYK00.330.370.42
HSL6.67º22.5%47.06%-
HSV(B)6.67º36.73%57.65%-
XYZ18.4715.9212.45-
YUV112.67116.9152.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=43.36%
G=29.20%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147999300.330.370.426.6722.547.06
Hex93635D021252A7172f
Octal223143135041455272757
Binary1001001111000111011101010000110010110101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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