Html Css Color HEX #8D6E65 Dark Chestnut

📋 copy color: '#8D6E65'

red 141 ◦ green 110 ◦ blue 101

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

Shades of Dark Chestnut #8D6E65

Tints of Dark Chestnut #8D6E65

RGB

 RED value IS 141 (55.47% from 255) = 40.06%

 GREEN value IS 110 (43.36% from 255) = 31.25%

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 40.06%
G = 31.25%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D6E65 (or 0x8D6E65) is known color: Dark Chestnut. HEX triplet: 8D, 6E and 65. RGB value is (141,110,101). Sum of RGB (Red+Green+Blue) = 141+110+101=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E65 is #72919A. Grayscale: #767676. Windows color (decimal): -7508379 or 6647437. OLE color: 6647437.

HSL color Cylindrical-coordinate representation of color #8D6E65: hue angle of 13.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D6E65 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 110 101 -
CMYK 0 0.22 0.28 0.45
HSL 13.5º 0.17% 0.47% -
HSV(B) 13.5º 0.28% 0.55% -
XYZ 18.91 17.75 14.74 -
YUV 118.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 141 110 101 0 0.22 0.28 0.45 13.5 0.17 0.47
Hex 8D 6E 65 0 16 1C 2D E 11 2F
Octal 215 156 145 0 26 34 55 16 21 57
Binary 10001101 1101110 1100101 0 10110 11100 101101 1110 10001 101111

Color Harmonies of #8D6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E65

Black with #8D6E65

Text Example


Text Example

White with #8D6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6E65; }

 p { color: rgb(141,110,101); }

 H1.HeaderClassName
 {
   color: #8D6E65;
 }
 .AnyTagClassName
 {
   color: #8D6E65;
 }
</style>

background-color css

<style>
 a { background-color: #8D6E65; }

 a { background-color: rgb(141,110,101); }

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

border-color css

<style>
 span { border-color: #8D6E65; }

 span { border-color: rgb(141,110,101); }

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