Html Css Color HEX #93635B Dark Chestnut

📋 copy color: '#93635B'

red 147 ◦ green 99 ◦ blue 91

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

Shades of Dark Chestnut #93635B

Tints of Dark Chestnut #93635B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 43.62%
G = 29.38%
B = 27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93635B (or 0x93635B) is known color: Dark Chestnut. HEX triplet: 93, 63 and 5B. RGB value is (147,99,91). Sum of RGB (Red+Green+Blue) = 147+99+91=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93635B is #6C9CA4. Grayscale: #707070. Windows color (decimal): -7117989 or 5989267. OLE color: 5989267.

HSL color Cylindrical-coordinate representation of color #93635B: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93635B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 91 -
CMYK 0 0.33 0.38 0.42
HSL 8.57º 0.24% 0.47% -
HSV(B) 8.57º 0.38% 0.58% -
XYZ 18.38 15.88 11.99 -
YUV 112.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 147 99 91 0 0.33 0.38 0.42 8.57 0.24 0.47
Hex 93 63 5B 0 21 26 2A 9 18 2F
Octal 223 143 133 0 41 46 52 11 30 57
Binary 10010011 1100011 1011011 0 100001 100110 101010 1001 11000 101111

Color Harmonies of #93635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93635B

Black with #93635B

Text Example


Text Example

White with #93635B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93635B;
 }
 .AnyTagClassName
 {
   color: #93635B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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