#93675D

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

Shades of Dark Chestnut #93675D

Tints of Dark Chestnut #93675D

Color information

#93675D (or 0x93675D) is unknown color: approx Dark Chestnut. HEX triplet: 93, 67 and 5D. RGB value is (147,103,93). Sum of RGB (Red+Green+Blue) = 147+103+93=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93675D is #6C98A2. Grayscale: #737373. Windows color (decimal): -7116963 or 6121363. OLE color: 6121363.

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

Color convert

RGB14710393-
CMYK00.300.370.42
HSL11.11º22.5%47.06%-
HSV(B)11.11º36.73%57.65%-
XYZ18.8616.6912.58-
YUV115.02115.58150.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=42.86%
G=30.03%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471039300.300.370.4211.1122.547.06
Hex93675D01E252Ab172f
Octal2231471350364552132757
Binary1001001111001111011101011110100101101010101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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