Html Css Color HEX #8D655A Dark Chestnut

📋 copy color: '#8D655A'

red 141 ◦ green 101 ◦ blue 90

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

Shades of Dark Chestnut #8D655A

Tints of Dark Chestnut #8D655A

RGB

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

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

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

R = 42.47%
G = 30.42%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D655A (or 0x8D655A) is known color: Dark Chestnut. HEX triplet: 8D, 65 and 5A. RGB value is (141,101,90). Sum of RGB (Red+Green+Blue) = 141+101+90=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D655A is #729AA5. Grayscale: #6F6F6F. Windows color (decimal): -7510694 or 5924237. OLE color: 5924237.

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

Color convert

RGB 141 101 90 -
CMYK 0 0.28 0.36 0.45
HSL 12.94º 0.22% 0.45% -
HSV(B) 12.94º 0.36% 0.55% -
XYZ 17.48 15.71 11.78 -
YUV 111.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 141 101 90 0 0.28 0.36 0.45 12.94 0.22 0.45
Hex 8D 65 5A 0 1C 24 2D D 16 2D
Octal 215 145 132 0 34 44 55 15 26 55
Binary 10001101 1100101 1011010 0 11100 100100 101101 1101 10110 101101

Color Harmonies of #8D655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D655A

Black with #8D655A

Text Example


Text Example

White with #8D655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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