#966F69

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

Shades of Dark Chestnut #966F69

Tints of Dark Chestnut #966F69

Color information

#966F69 (or 0x966F69) is unknown color: approx Dark Chestnut. HEX triplet: 96, 6F and 69. RGB value is (150,111,105). Sum of RGB (Red+Green+Blue) = 150+111+105=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F69 is #699096. Grayscale: #7A7A7A. Windows color (decimal): -6918295 or 6909846. OLE color: 6909846.

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

Color convert

RGB150111105-
CMYK00.260.300.41
HSL17.65%50%-
HSV(B)30%58.82%-
XYZ20.8118.8715.91-
YUV121.98118.42147.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=40.98%
G=30.33%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011110500.260.300.41817.6550
Hex966F6901A1E2981232
Octal2261571510323651102262
Binary100101101101111110100101101011110101001100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,105); }

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

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

 a { background-color: rgb(150,111,105); }

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

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

 span { border-color: rgb(150,111,105); }

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