Html Css Color HEX #93625B Dark Chestnut

📋 copy color: '#93625B'

red 147 ◦ green 98 ◦ blue 91

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

Shades of Dark Chestnut #93625B

Tints of Dark Chestnut #93625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 43.75%
G = 29.17%
B = 27.08%

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

#93625B (or 0x93625B) is known color: Dark Chestnut. HEX triplet: 93, 62 and 5B. RGB value is (147,98,91). Sum of RGB (Red+Green+Blue) = 147+98+91=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93625B is #6C9DA4. Grayscale: #6F6F6F. Windows color (decimal): -7118245 or 5989011. OLE color: 5989011.

HSL color Cylindrical-coordinate representation of color #93625B: hue angle of 7.5º 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 #93625B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 98 91 -
CMYK 0 0.33 0.38 0.42
HSL 7.5º 0.24% 0.47% -
HSV(B) 7.5º 0.38% 0.58% -
XYZ 18.29 15.69 11.96 -
YUV 111.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 147 98 91 0 0.33 0.38 0.42 7.5 0.24 0.47
Hex 93 62 5B 0 21 26 2A 8 18 2F
Octal 223 142 133 0 41 46 52 10 30 57
Binary 10010011 1100010 1011011 0 100001 100110 101010 1000 11000 101111

Color Harmonies of #93625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93625B

Black with #93625B

Text Example


Text Example

White with #93625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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