Html Css Color HEX #93655D Dark Chestnut

📋 copy color: '#93655D'

red 147 ◦ green 101 ◦ blue 93

#93655D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #93655D

Tints of Dark Chestnut #93655D

RGB

 RED value IS 147 (57.81% from 255) = 43.11%

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 43.11%
G = 29.62%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93655D (or 0x93655D) is known color: Dark Chestnut. HEX triplet: 93, 65 and 5D. RGB value is (147,101,93). Sum of RGB (Red+Green+Blue) = 147+101+93=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93655D is #6C9AA2. Grayscale: #717171. Windows color (decimal): -7117475 or 6120851. OLE color: 6120851.

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

Color convert

RGB 147 101 93 -
CMYK 0 0.31 0.37 0.42
HSL 8.89º 0.23% 0.47% -
HSV(B) 8.89º 0.37% 0.58% -
XYZ 18.66 16.3 12.52 -
YUV 113.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 147 101 93 0 0.31 0.37 0.42 8.89 0.23 0.47
Hex 93 65 5D 0 1F 25 2A 9 16 2F
Octal 223 145 135 0 37 45 52 11 26 57
Binary 10010011 1100101 1011101 0 11111 100101 101010 1001 10110 101111

Color Harmonies of #93655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93655D

Black with #93655D

Text Example


Text Example

White with #93655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93655D;
 }
 .AnyTagClassName
 {
   color: #93655D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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