Html Css Color HEX #93655C Dark Chestnut

📋 copy color: '#93655C'

red 147 ◦ green 101 ◦ blue 92

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

Shades of Dark Chestnut #93655C

Tints of Dark Chestnut #93655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 43.24%
G = 29.71%
B = 27.06%

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

#93655C (or 0x93655C) is known color: Dark Chestnut. HEX triplet: 93, 65 and 5C. RGB value is (147,101,92). Sum of RGB (Red+Green+Blue) = 147+101+92=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93655C is #6C9AA3. Grayscale: #717171. Windows color (decimal): -7117476 or 6055315. OLE color: 6055315.

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

Color convert

RGB 147 101 92 -
CMYK 0 0.31 0.37 0.42
HSL 9.82º 0.23% 0.47% -
HSV(B) 9.82º 0.37% 0.58% -
XYZ 18.62 16.28 12.29 -
YUV 113.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 147 101 92 0 0.31 0.37 0.42 9.82 0.23 0.47
Hex 93 65 5C 0 1F 25 2A A 17 2F
Octal 223 145 134 0 37 45 52 12 27 57
Binary 10010011 1100101 1011100 0 11111 100101 101010 1010 10111 101111

Color Harmonies of #93655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93655C

Black with #93655C

Text Example


Text Example

White with #93655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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