#97675F

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

Shades of Dark Chestnut #97675F

Tints of Dark Chestnut #97675F

Color information

#97675F (or 0x97675F) is unknown color: approx Dark Chestnut. HEX triplet: 97, 67 and 5F. RGB value is (151,103,95). Sum of RGB (Red+Green+Blue) = 151+103+95=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #97675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97675F is #6898A0. Grayscale: #747474. Windows color (decimal): -6854817 or 6252439. OLE color: 6252439.

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

Color convert

RGB15110395-
CMYK00.320.370.41
HSL8.57º22.76%48.24%-
HSV(B)8.57º37.09%59.22%-
XYZ19.6817.1113.09-
YUV116.44115.9152.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=43.27%
G=29.51%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511039500.320.370.418.5722.7648.24
Hex97675F020252991730
Octal2271471370404551112760
Binary10010111110011110111110100000100101101001100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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