#97645F

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

Shades of Dark Chestnut #97645F

Tints of Dark Chestnut #97645F

Color information

#97645F (or 0x97645F) is unknown color: approx Dark Chestnut. HEX triplet: 97, 64 and 5F. RGB value is (151,100,95). Sum of RGB (Red+Green+Blue) = 151+100+95=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97645F is #689BA0. Grayscale: #727272. Windows color (decimal): -6855585 or 6251671. OLE color: 6251671.

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

Color convert

RGB15110095-
CMYK00.340.370.41
HSL5.36º22.76%48.24%-
HSV(B)5.36º37.09%59.22%-
XYZ19.3916.5212.99-
YUV114.68116.9153.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=43.64%
G=28.90%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511009500.340.370.415.3622.7648.24
Hex97645F022252951730
Octal227144137042455152760
Binary1001011111001001011111010001010010110100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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