#97695F

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

Shades of Dark Chestnut #97695F

Tints of Dark Chestnut #97695F

Color information

#97695F (or 0x97695F) is unknown color: approx Dark Chestnut. HEX triplet: 97, 69 and 5F. RGB value is (151,105,95). Sum of RGB (Red+Green+Blue) = 151+105+95=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #97695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97695F is #6896A0. Grayscale: #757575. Windows color (decimal): -6854305 or 6252951. OLE color: 6252951.

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

Color convert

RGB15110595-
CMYK00.300.370.41
HSL10.71º22.76%48.24%-
HSV(B)10.71º37.09%59.22%-
XYZ19.8817.5113.16-
YUV117.61115.24151.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.02%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=43.02%
G=29.91%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511059500.300.370.4110.7122.7648.24
Hex97695F01E2529b1730
Octal2271511370364551132760
Binary1001011111010011011111011110100101101001101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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