Html Css Color HEX #976B60 Dark Chestnut

📋 copy color: '#976B60'

red 151 ◦ green 107 ◦ blue 96

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

Shades of Dark Chestnut #976B60

Tints of Dark Chestnut #976B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 42.66%
G = 30.23%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#976B60 (or 0x976B60) is known color: Dark Chestnut. HEX triplet: 97, 6B and 60. RGB value is (151,107,96). Sum of RGB (Red+Green+Blue) = 151+107+96=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #976B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B60 is #68949F. Grayscale: #767676. Windows color (decimal): -6853792 or 6318999. OLE color: 6318999.

HSL color Cylindrical-coordinate representation of color #976B60: hue angle of 12º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976B60 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 96 -
CMYK 0 0.29 0.36 0.41
HSL 12º 0.22% 0.48% -
HSV(B) 12º 0.36% 0.59% -
XYZ 20.13 17.94 13.47 -
YUV 118.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 151 107 96 0 0.29 0.36 0.41 12 0.22 0.48
Hex 97 6B 60 0 1D 24 29 C 16 30
Octal 227 153 140 0 35 44 51 14 26 60
Binary 10010111 1101011 1100000 0 11101 100100 101001 1100 10110 110000

Color Harmonies of #976B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B60

Black with #976B60

Text Example


Text Example

White with #976B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,96); }

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

background-color css

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

 a { background-color: rgb(151,107,96); }

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

border-color css

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

 span { border-color: rgb(151,107,96); }

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