Html Css Color HEX #976F63 Dark Chestnut

📋 copy color: '#976F63'

red 151 ◦ green 111 ◦ blue 99

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

Shades of Dark Chestnut #976F63

Tints of Dark Chestnut #976F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

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

R = 41.83%
G = 30.75%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#976F63 (or 0x976F63) is known color: Dark Chestnut. HEX triplet: 97, 6F and 63. RGB value is (151,111,99). Sum of RGB (Red+Green+Blue) = 151+111+99=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #976F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F63 is #68909C. Grayscale: #797979. Windows color (decimal): -6852765 or 6516631. OLE color: 6516631.

HSL color Cylindrical-coordinate representation of color #976F63: hue angle of 13.85º 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 #976F63 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 99 -
CMYK 0 0.26 0.34 0.41
HSL 13.85º 0.21% 0.49% -
HSV(B) 13.85º 0.34% 0.59% -
XYZ 20.7 18.85 14.35 -
YUV 121.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 151 111 99 0 0.26 0.34 0.41 13.85 0.21 0.49
Hex 97 6F 63 0 1A 22 29 E 15 31
Octal 227 157 143 0 32 42 51 16 25 61
Binary 10010111 1101111 1100011 0 11010 100010 101001 1110 10101 110001

Color Harmonies of #976F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F63

Black with #976F63

Text Example


Text Example

White with #976F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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