#976F69

Color #976F69 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #976F69

Tints of Dark Chestnut #976F69

Color information

#976F69 (or 0x976F69) is unknown color: approx Dark Chestnut. HEX triplet: 97, 6F and 69. RGB value is (151,111,105). Sum of RGB (Red+Green+Blue) = 151+111+105=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #976F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F69 is #689096. Grayscale: #7A7A7A. Windows color (decimal): -6852759 or 6909847. OLE color: 6909847.

HSL color Cylindrical-coordinate representation of color #976F69: hue angle of 7.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976F69 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB151111105-
CMYK00.260.300.41
HSL7.83º18.11%50.2%-
HSV(B)7.83º30.46%59.22%-
XYZ2118.9715.92-
YUV122.28118.25148.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=41.14%
G=30.25%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111110500.260.300.417.8318.1150.2
Hex976F6901A1E2981232
Octal2271571510323651102262
Binary100101111101111110100101101011110101001100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #976F69;
 }
 .AnyTagClassName
 {
   color: #976F69;
 }
</style>
background-color css

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

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

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

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

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

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