Html Css Color HEX #93635D Dark Chestnut

📋 copy color: '#93635D'

red 147 ◦ green 99 ◦ blue 93

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

Shades of Dark Chestnut #93635D

Tints of Dark Chestnut #93635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 43.36%
G = 29.2%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93635D (or 0x93635D) is known color: 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.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 #93635D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 93 -
CMYK 0 0.33 0.37 0.42
HSL 6.67º 0.23% 0.47% -
HSV(B) 6.67º 0.37% 0.58% -
XYZ 18.47 15.92 12.45 -
YUV 112.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 147 99 93 0 0.33 0.37 0.42 6.67 0.23 0.47
Hex 93 63 5D 0 21 25 2A 7 16 2F
Octal 223 143 135 0 41 45 52 7 26 57
Binary 10010011 1100011 1011101 0 100001 100101 101010 111 10110 101111

Color Harmonies of #93635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93635D

Black with #93635D

Text Example


Text Example

White with #93635D

Text Example


Text Example

HTML Codes & Css Web 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>