Html Css Color HEX #8D6B62 Dark Chestnut

📋 copy color: '#8D6B62'

red 141 ◦ green 107 ◦ blue 98

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

Shades of Dark Chestnut #8D6B62

Tints of Dark Chestnut #8D6B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 40.75%
G = 30.92%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D6B62 (or 0x8D6B62) is known color: Dark Chestnut. HEX triplet: 8D, 6B and 62. RGB value is (141,107,98). Sum of RGB (Red+Green+Blue) = 141+107+98=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B62 is #72949D. Grayscale: #747474. Windows color (decimal): -7509150 or 6450061. OLE color: 6450061.

HSL color Cylindrical-coordinate representation of color #8D6B62: hue angle of 12.56º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6B62 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 107 98 -
CMYK 0 0.24 0.30 0.45
HSL 12.56º 0.18% 0.47% -
HSV(B) 12.56º 0.3% 0.55% -
XYZ 18.45 17.06 13.88 -
YUV 116.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 141 107 98 0 0.24 0.30 0.45 12.56 0.18 0.47
Hex 8D 6B 62 0 18 1E 2D D 12 2F
Octal 215 153 142 0 30 36 55 15 22 57
Binary 10001101 1101011 1100010 0 11000 11110 101101 1101 10010 101111

Color Harmonies of #8D6B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6B62

Black with #8D6B62

Text Example


Text Example

White with #8D6B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,107,98); }

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

background-color css

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

 a { background-color: rgb(141,107,98); }

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

border-color css

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

 span { border-color: rgb(141,107,98); }

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