Html Css Color HEX #976C63 Dark Chestnut

📋 copy color: '#976C63'

red 151 ◦ green 108 ◦ blue 99

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

Shades of Dark Chestnut #976C63

Tints of Dark Chestnut #976C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 42.18%
G = 30.17%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#976C63 (or 0x976C63) is known color: Dark Chestnut. HEX triplet: 97, 6C and 63. RGB value is (151,108,99). Sum of RGB (Red+Green+Blue) = 151+108+99=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #976C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C63 is #68939C. Grayscale: #777777. Windows color (decimal): -6853533 or 6515863. OLE color: 6515863.

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

Color convert

RGB 151 108 99 -
CMYK 0 0.28 0.34 0.41
HSL 10.38º 0.21% 0.49% -
HSV(B) 10.38º 0.34% 0.59% -
XYZ 20.38 18.21 14.24 -
YUV 119.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 151 108 99 0 0.28 0.34 0.41 10.38 0.21 0.49
Hex 97 6C 63 0 1C 22 29 A 15 31
Octal 227 154 143 0 34 42 51 12 25 61
Binary 10010111 1101100 1100011 0 11100 100010 101001 1010 10101 110001

Color Harmonies of #976C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C63

Black with #976C63

Text Example


Text Example

White with #976C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,99); }

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

background-color css

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

 a { background-color: rgb(151,108,99); }

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

border-color css

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

 span { border-color: rgb(151,108,99); }

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