#956A5C

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

Shades of Dark Chestnut #956A5C

Tints of Dark Chestnut #956A5C

Color information

#956A5C (or 0x956A5C) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6A and 5C. RGB value is (149,106,92). Sum of RGB (Red+Green+Blue) = 149+106+92=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A5C is #6A95A3. Grayscale: #757575. Windows color (decimal): -6985124 or 6056597. OLE color: 6056597.

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

Color convert

RGB14910692-
CMYK00.290.380.42
HSL14.74º23.65%47.25%-
HSV(B)14.74º38.26%58.43%-
XYZ19.4817.4712.47-
YUV117.26113.75150.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=42.94%
G=30.55%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491069200.290.380.4214.7423.6547.25
Hex956A5C01D262Af182f
Octal2251521340354652173057
Binary1001010111010101011100011101100110101010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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