#97665B

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

Shades of Dark Chestnut #97665B

Tints of Dark Chestnut #97665B

Color information

#97665B (or 0x97665B) is unknown color: approx Dark Chestnut. HEX triplet: 97, 66 and 5B. RGB value is (151,102,91). Sum of RGB (Red+Green+Blue) = 151+102+91=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #97665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97665B is #6899A4. Grayscale: #737373. Windows color (decimal): -6855077 or 5990039. OLE color: 5990039.

HSL color Cylindrical-coordinate representation of color #97665B: hue angle of 11º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97665B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15110291-
CMYK00.320.400.41
HSL11º24.79%47.45%-
HSV(B)11º39.74%59.22%-
XYZ19.416.8412.12-
YUV115.4114.23153.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.90%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=43.90%
G=29.65%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511029100.320.400.411124.7947.45
Hex97665B0202829b192f
Octal2271461330405051133157
Binary10010111110011010110110100000101000101001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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