Html Css Color HEX #93615A Dark Chestnut

📋 copy color: '#93615A'

red 147 ◦ green 97 ◦ blue 90

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

Shades of Dark Chestnut #93615A

Tints of Dark Chestnut #93615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 44.01%
G = 29.04%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93615A (or 0x93615A) is known color: Dark Chestnut. HEX triplet: 93, 61 and 5A. RGB value is (147,97,90). Sum of RGB (Red+Green+Blue) = 147+97+90=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #93615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93615A is #6C9EA5. Grayscale: #6F6F6F. Windows color (decimal): -7118502 or 5923219. OLE color: 5923219.

HSL color Cylindrical-coordinate representation of color #93615A: hue angle of 7.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93615A is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 97 90 -
CMYK 0 0.34 0.39 0.42
HSL 7.37º 0.24% 0.46% -
HSV(B) 7.37º 0.39% 0.58% -
XYZ 18.15 15.49 11.71 -
YUV 111.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 147 97 90 0 0.34 0.39 0.42 7.37 0.24 0.46
Hex 93 61 5A 0 22 27 2A 7 18 2E
Octal 223 141 132 0 42 47 52 7 30 56
Binary 10010011 1100001 1011010 0 100010 100111 101010 111 11000 101110

Color Harmonies of #93615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93615A

Black with #93615A

Text Example


Text Example

White with #93615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93615A; }

 p { color: rgb(147,97,90); }

 H1.HeaderClassName
 {
   color: #93615A;
 }
 .AnyTagClassName
 {
   color: #93615A;
 }
</style>

background-color css

<style>
 a { background-color: #93615A; }

 a { background-color: rgb(147,97,90); }

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

border-color css

<style>
 span { border-color: #93615A; }

 span { border-color: rgb(147,97,90); }

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