#946D66

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

Shades of Dark Chestnut #946D66

Tints of Dark Chestnut #946D66

Color information

#946D66 (or 0x946D66) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6D and 66. RGB value is (148,109,102). Sum of RGB (Red+Green+Blue) = 148+109+102=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #946D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D66 is #6B9299. Grayscale: #777777. Windows color (decimal): -7049882 or 6712724. OLE color: 6712724.

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

Color convert

RGB148109102-
CMYK00.260.310.42
HSL9.13º18.4%49.02%-
HSV(B)9.13º31.08%58.04%-
XYZ20.0818.1915.02-
YUV119.86117.92148.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=41.23%
G=30.36%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810910200.260.310.429.1318.449.02
Hex946D6601A1F2A91231
Octal2241551460323752112261
Binary100101001101101110011001101011111101010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946D66; }

 p { color: rgb(148,109,102); }

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

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

 a { background-color: rgb(148,109,102); }

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

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

 span { border-color: rgb(148,109,102); }

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