#956B66

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

Shades of Dark Chestnut #956B66

Tints of Dark Chestnut #956B66

Color information

#956B66 (or 0x956B66) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6B and 66. RGB value is (149,107,102). Sum of RGB (Red+Green+Blue) = 149+107+102=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #956B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B66 is #6A9499. Grayscale: #777777. Windows color (decimal): -6984858 or 6712213. OLE color: 6712213.

HSL color Cylindrical-coordinate representation of color #956B66: hue angle of 6.38º 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 #956B66 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149107102-
CMYK00.280.320.42
HSL6.38º18.73%49.22%-
HSV(B)6.38º31.54%58.43%-
XYZ20.0517.8614.96-
YUV118.99118.41149.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=41.62%
G=29.89%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910710200.280.320.426.3818.7349.22
Hex956B6601C202A61331
Octal225153146034405262361
Binary100101011101011110011001110010000010101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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