#956E66

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

Shades of Dark Chestnut #956E66

Tints of Dark Chestnut #956E66

Color information

#956E66 (or 0x956E66) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6E and 66. RGB value is (149,110,102). Sum of RGB (Red+Green+Blue) = 149+110+102=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #956E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E66 is #6A9199. Grayscale: #787878. Windows color (decimal): -6984090 or 6712981. OLE color: 6712981.

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

Color convert

RGB149110102-
CMYK00.260.320.42
HSL10.21º18.73%49.22%-
HSV(B)10.21º31.54%58.43%-
XYZ20.3718.515.07-
YUV120.75117.42148.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=41.27%
G=30.47%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911010200.260.320.4210.2118.7349.22
Hex956E6601A202Aa1331
Octal2251561460324052122361
Binary1001010111011101100110011010100000101010101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,110,102); }

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

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

 a { background-color: rgb(149,110,102); }

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

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

 span { border-color: rgb(149,110,102); }

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