#956F6A

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

Shades of Dark Chestnut #956F6A

Tints of Dark Chestnut #956F6A

Color information

#956F6A (or 0x956F6A) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6F and 6A. RGB value is (149,111,106). Sum of RGB (Red+Green+Blue) = 149+111+106=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F6A is #6A9095. Grayscale: #797979. Windows color (decimal): -6983830 or 6975381. OLE color: 6975381.

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

Color convert

RGB149111106-
CMYK00.260.290.42
HSL6.98º16.86%50%-
HSV(B)6.98º28.86%58.43%-
XYZ20.6818.816.17-
YUV121.79119.09147.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=40.71%
G=30.33%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911110600.260.290.426.9816.8650
Hex956F6A01A1D2A71132
Octal225157152032355272162
Binary10010101110111111010100110101110110101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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