#97685B

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

Shades of Dark Chestnut #97685B

Tints of Dark Chestnut #97685B

Color information

#97685B (or 0x97685B) is unknown color: approx Dark Chestnut. HEX triplet: 97, 68 and 5B. RGB value is (151,104,91). Sum of RGB (Red+Green+Blue) = 151+104+91=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97685B is #6897A4. Grayscale: #747474. Windows color (decimal): -6854565 or 5990551. OLE color: 5990551.

HSL color Cylindrical-coordinate representation of color #97685B: hue angle of 13º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97685B is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15110491-
CMYK00.310.400.41
HSL13º24.79%47.45%-
HSV(B)13º39.74%59.22%-
XYZ19.617.2412.19-
YUV116.57113.57152.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=43.64%
G=30.06%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511049100.310.400.411324.7947.45
Hex97685B01F2829d192f
Octal2271501330375051153157
Binary1001011111010001011011011111101000101001110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,104,91); }

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

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

 a { background-color: rgb(151,104,91); }

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

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

 span { border-color: rgb(151,104,91); }

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