#97665C

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

Shades of Dark Chestnut #97665C

Tints of Dark Chestnut #97665C

Color information

#97665C (or 0x97665C) is unknown color: approx Dark Chestnut. HEX triplet: 97, 66 and 5C. RGB value is (151,102,92). Sum of RGB (Red+Green+Blue) = 151+102+92=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97665C is #6899A3. Grayscale: #737373. Windows color (decimal): -6855076 or 6055575. OLE color: 6055575.

HSL color Cylindrical-coordinate representation of color #97665C: hue angle of 10.17º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97665C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15110292-
CMYK00.320.390.41
HSL10.17º24.28%47.65%-
HSV(B)10.17º39.07%59.22%-
XYZ19.4516.8512.35-
YUV115.51114.73153.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=43.77%
G=29.57%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511029200.320.390.4110.1724.2847.65
Hex97665C0202729a1830
Octal2271461340404751123060
Binary10010111110011010111000100000100111101001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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