Html Css Color HEX #976E65 Dark Chestnut

📋 copy color: '#976E65'

red 151 ◦ green 110 ◦ blue 101

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

Shades of Dark Chestnut #976E65

Tints of Dark Chestnut #976E65

RGB

 RED value IS 151 (59.38% from 255) = 41.71%

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

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

R = 41.71%
G = 30.39%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#976E65 (or 0x976E65) is known color: Dark Chestnut. HEX triplet: 97, 6E and 65. RGB value is (151,110,101). Sum of RGB (Red+Green+Blue) = 151+110+101=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #976E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E65 is #68919A. Grayscale: #797979. Windows color (decimal): -6853019 or 6647447. OLE color: 6647447.

HSL color Cylindrical-coordinate representation of color #976E65: hue angle of 10.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976E65 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 101 -
CMYK 0 0.27 0.33 0.41
HSL 10.8º 0.2% 0.49% -
HSV(B) 10.8º 0.33% 0.59% -
XYZ 20.69 18.67 14.83 -
YUV 121.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 151 110 101 0 0.27 0.33 0.41 10.8 0.2 0.49
Hex 97 6E 65 0 1B 21 29 B 14 31
Octal 227 156 145 0 33 41 51 13 24 61
Binary 10010111 1101110 1100101 0 11011 100001 101001 1011 10100 110001

Color Harmonies of #976E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E65

Black with #976E65

Text Example


Text Example

White with #976E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976E65; }

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

 H1.HeaderClassName
 {
   color: #976E65;
 }
 .AnyTagClassName
 {
   color: #976E65;
 }
</style>

background-color css

<style>
 a { background-color: #976E65; }

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

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

border-color css

<style>
 span { border-color: #976E65; }

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

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