#977069

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

Shades of Dark Chestnut #977069

Tints of Dark Chestnut #977069

Color information

#977069 (or 0x977069) is unknown color: approx Dark Chestnut. HEX triplet: 97, 70 and 69. RGB value is (151,112,105). Sum of RGB (Red+Green+Blue) = 151+112+105=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #977069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977069 is #688F96. Grayscale: #7A7A7A. Windows color (decimal): -6852503 or 6910103. OLE color: 6910103.

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

Color convert

RGB151112105-
CMYK00.260.300.41
HSL9.13º18.11%50.2%-
HSV(B)9.13º30.46%59.22%-
XYZ21.1119.1915.96-
YUV122.86117.92148.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=41.03%
G=30.43%
B=28.53%

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
Decimal15111210500.260.300.419.1318.1150.2
Hex97706901A1E2991232
Octal2271601510323651112262
Binary100101111110000110100101101011110101001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977069; }

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

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

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

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

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

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

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

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