#956F69

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

Shades of Dark Chestnut #956F69

Tints of Dark Chestnut #956F69

Color information

#956F69 (or 0x956F69) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6F and 69. RGB value is (149,111,105). Sum of RGB (Red+Green+Blue) = 149+111+105=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F69 is #6A9096. Grayscale: #797979. Windows color (decimal): -6983831 or 6909845. OLE color: 6909845.

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

Color convert

RGB149111105-
CMYK00.260.300.42
HSL8.18º17.32%49.8%-
HSV(B)8.18º29.53%58.43%-
XYZ20.6318.7815.9-
YUV121.68118.59147.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=40.82%
G=30.41%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911110500.260.300.428.1817.3249.8
Hex956F6901A1E2A81132
Octal2251571510323652102162
Binary100101011101111110100101101011110101010100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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