Html Css Color HEX #8D655B Dark Chestnut

📋 copy color: '#8D655B'

red 141 ◦ green 101 ◦ blue 91

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

Shades of Dark Chestnut #8D655B

Tints of Dark Chestnut #8D655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

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

R = 42.34%
G = 30.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D655B (or 0x8D655B) is known color: Dark Chestnut. HEX triplet: 8D, 65 and 5B. RGB value is (141,101,91). Sum of RGB (Red+Green+Blue) = 141+101+91=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D655B is #729AA4. Grayscale: #6F6F6F. Windows color (decimal): -7510693 or 5989773. OLE color: 5989773.

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

Color convert

RGB 141 101 91 -
CMYK 0 0.28 0.35 0.45
HSL 12º 0.22% 0.45% -
HSV(B) 12º 0.35% 0.55% -
XYZ 17.53 15.73 12.01 -
YUV 111.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 141 101 91 0 0.28 0.35 0.45 12 0.22 0.45
Hex 8D 65 5B 0 1C 23 2D C 16 2D
Octal 215 145 133 0 34 43 55 14 26 55
Binary 10001101 1100101 1011011 0 11100 100011 101101 1100 10110 101101

Color Harmonies of #8D655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D655B

Black with #8D655B

Text Example


Text Example

White with #8D655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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