#976F67

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

Shades of Dark Chestnut #976F67

Tints of Dark Chestnut #976F67

Color information

#976F67 (or 0x976F67) is unknown color: approx Dark Chestnut. HEX triplet: 97, 6F and 67. RGB value is (151,111,103). Sum of RGB (Red+Green+Blue) = 151+111+103=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #976F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F67 is #689098. Grayscale: #7A7A7A. Windows color (decimal): -6852761 or 6778775. OLE color: 6778775.

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

Color convert

RGB151111103-
CMYK00.260.320.41
HSL10º18.9%49.8%-
HSV(B)10º31.79%59.22%-
XYZ20.918.9315.38-
YUV122.05117.25148.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=41.37%
G=30.41%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111110300.260.320.411018.949.8
Hex976F6701A2029a1332
Octal2271571470324051122362
Binary1001011111011111100111011010100000101001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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