Html Css Color HEX #8C6961 Dark Chestnut

📋 copy color: '#8C6961'

red 140 ◦ green 105 ◦ blue 97

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

Shades of Dark Chestnut #8C6961

Tints of Dark Chestnut #8C6961

RGB

 RED value IS 140 (55.08% from 255) = 40.94%

 GREEN value IS 105 (41.41% from 255) = 30.7%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 40.94%
G = 30.7%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C6961 (or 0x8C6961) is known color: Dark Chestnut. HEX triplet: 8C, 69 and 61. RGB value is (140,105,97). Sum of RGB (Red+Green+Blue) = 140+105+97=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6961 is #73969E. Grayscale: #727272. Windows color (decimal): -7575199 or 6384012. OLE color: 6384012.

HSL color Cylindrical-coordinate representation of color #8C6961: hue angle of 11.16º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6961 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 97 -
CMYK 0 0.25 0.31 0.45
HSL 11.16º 0.18% 0.46% -
HSV(B) 11.16º 0.31% 0.55% -
XYZ 18.02 16.54 13.55 -
YUV 114.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 140 105 97 0 0.25 0.31 0.45 11.16 0.18 0.46
Hex 8C 69 61 0 19 1F 2D B 12 2E
Octal 214 151 141 0 31 37 55 13 22 56
Binary 10001100 1101001 1100001 0 11001 11111 101101 1011 10010 101110

Color Harmonies of #8C6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6961

Black with #8C6961

Text Example


Text Example

White with #8C6961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,105,97); }

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

background-color css

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

 a { background-color: rgb(140,105,97); }

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

border-color css

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

 span { border-color: rgb(140,105,97); }

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