Html Css Color HEX #93665D Dark Chestnut

📋 copy color: '#93665D'

red 147 ◦ green 102 ◦ blue 93

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

Shades of Dark Chestnut #93665D

Tints of Dark Chestnut #93665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 42.98%
G = 29.82%
B = 27.19%

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

#93665D (or 0x93665D) is known color: Dark Chestnut. HEX triplet: 93, 66 and 5D. RGB value is (147,102,93). Sum of RGB (Red+Green+Blue) = 147+102+93=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93665D is #6C99A2. Grayscale: #727272. Windows color (decimal): -7117219 or 6121107. OLE color: 6121107.

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

Color convert

RGB 147 102 93 -
CMYK 0 0.31 0.37 0.42
HSL 10º 0.23% 0.47% -
HSV(B) 10º 0.37% 0.58% -
XYZ 18.76 16.5 12.55 -
YUV 114.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 147 102 93 0 0.31 0.37 0.42 10 0.23 0.47
Hex 93 66 5D 0 1F 25 2A A 16 2F
Octal 223 146 135 0 37 45 52 12 26 57
Binary 10010011 1100110 1011101 0 11111 100101 101010 1010 10110 101111

Color Harmonies of #93665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93665D

Black with #93665D

Text Example


Text Example

White with #93665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93665D; }

 p { color: rgb(147,102,93); }

 H1.HeaderClassName
 {
   color: #93665D;
 }
 .AnyTagClassName
 {
   color: #93665D;
 }
</style>

background-color css

<style>
 a { background-color: #93665D; }

 a { background-color: rgb(147,102,93); }

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

border-color css

<style>
 span { border-color: #93665D; }

 span { border-color: rgb(147,102,93); }

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