#966E68

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

Shades of Dark Chestnut #966E68

Tints of Dark Chestnut #966E68

Color information

#966E68 (or 0x966E68) is unknown color: approx Dark Chestnut. HEX triplet: 96, 6E and 68. RGB value is (150,110,104). Sum of RGB (Red+Green+Blue) = 150+110+104=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #966E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E68 is #699197. Grayscale: #797979. Windows color (decimal): -6918552 or 6844054. OLE color: 6844054.

HSL color Cylindrical-coordinate representation of color #966E68: hue angle of 7.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966E68 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150110104-
CMYK00.270.310.41
HSL7.83º18.11%49.8%-
HSV(B)7.83º30.67%58.82%-
XYZ20.6518.6415.61-
YUV121.28118.25148.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=41.21%
G=30.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011010400.270.310.417.8318.1149.8
Hex966E6801B1F2981232
Octal2261561500333751102262
Binary100101101101110110100001101111111101001100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966E68; }

 p { color: rgb(150,110,104); }

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

<style>
 a { background-color: #966E68; }

 a { background-color: rgb(150,110,104); }

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

<style>
 span { border-color: #966E68; }

 span { border-color: rgb(150,110,104); }

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