#957166

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

Shades of Dark Chestnut #957166

Tints of Dark Chestnut #957166

Color information

#957166 (or 0x957166) is unknown color: approx Dark Chestnut. HEX triplet: 95, 71 and 66. RGB value is (149,113,102). Sum of RGB (Red+Green+Blue) = 149+113+102=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #957166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957166 is #6A8E99. Grayscale: #7A7A7A. Windows color (decimal): -6983322 or 6713749. OLE color: 6713749.

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

Color convert

RGB149113102-
CMYK00.240.320.42
HSL14.04º18.73%49.22%-
HSV(B)14.04º31.54%58.43%-
XYZ20.719.1615.18-
YUV122.51116.43146.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=40.93%
G=31.04%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911310200.240.320.4214.0418.7349.22
Hex957166018202Ae1331
Octal2251611460304052162361
Binary1001010111100011100110011000100000101010111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957166; }

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

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

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

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

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

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

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

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