#97665F

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

Shades of Dark Chestnut #97665F

Tints of Dark Chestnut #97665F

Color information

#97665F (or 0x97665F) is unknown color: approx Dark Chestnut. HEX triplet: 97, 66 and 5F. RGB value is (151,102,95). Sum of RGB (Red+Green+Blue) = 151+102+95=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #97665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97665F is #6899A0. Grayscale: #737373. Windows color (decimal): -6855073 or 6252183. OLE color: 6252183.

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

Color convert

RGB15110295-
CMYK00.320.370.41
HSL7.5º22.76%48.24%-
HSV(B)7.5º37.09%59.22%-
XYZ19.5816.9113.06-
YUV115.85116.23153.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=43.39%
G=29.31%
B=27.30%

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
Decimal1511029500.320.370.417.522.7648.24
Hex97665F020252981730
Octal2271461370404551102760
Binary10010111110011010111110100000100101101001100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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