#97685F

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

Shades of Dark Chestnut #97685F

Tints of Dark Chestnut #97685F

Color information

#97685F (or 0x97685F) is unknown color: approx Dark Chestnut. HEX triplet: 97, 68 and 5F. RGB value is (151,104,95). Sum of RGB (Red+Green+Blue) = 151+104+95=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #97685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97685F is #6897A0. Grayscale: #757575. Windows color (decimal): -6854561 or 6252695. OLE color: 6252695.

HSL color Cylindrical-coordinate representation of color #97685F: hue angle of 9.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97685F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15110495-
CMYK00.310.370.41
HSL9.64º22.76%48.24%-
HSV(B)9.64º37.09%59.22%-
XYZ19.7817.3113.12-
YUV117.03115.57152.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=43.14%
G=29.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511049500.310.370.419.6422.7648.24
Hex97685F01F2529a1730
Octal2271501370374551122760
Binary1001011111010001011111011111100101101001101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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