#97706B

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

Shades of Dark Chestnut #97706B

Tints of Dark Chestnut #97706B

Color information

#97706B (or 0x97706B) is unknown color: approx Dark Chestnut. HEX triplet: 97, 70 and 6B. RGB value is (151,112,107). Sum of RGB (Red+Green+Blue) = 151+112+107=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #97706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97706B is #688F94. Grayscale: #7B7B7B. Windows color (decimal): -6852501 or 7041175. OLE color: 7041175.

HSL color Cylindrical-coordinate representation of color #97706B: hue angle of 6.82º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97706B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB151112107-
CMYK00.260.290.41
HSL6.82º17.46%50.59%-
HSV(B)6.82º29.14%59.22%-
XYZ21.2119.2316.5-
YUV123.09118.92147.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=40.81%
G=30.27%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111210700.260.290.416.8217.4650.59
Hex97706B01A1D2971133
Octal227160153032355172163
Binary10010111111000011010110110101110110100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97706B; }

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

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

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

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

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

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

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

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