#946F66

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

Shades of Dark Chestnut #946F66

Tints of Dark Chestnut #946F66

Color information

#946F66 (or 0x946F66) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6F and 66. RGB value is (148,111,102). Sum of RGB (Red+Green+Blue) = 148+111+102=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F66 is #6B9099. Grayscale: #797979. Windows color (decimal): -7049370 or 6713236. OLE color: 6713236.

HSL color Cylindrical-coordinate representation of color #946F66: hue angle of 11.74º 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 #946F66 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB148111102-
CMYK00.250.310.42
HSL11.74º18.4%49.02%-
HSV(B)11.74º31.08%58.04%-
XYZ20.318.6215.1-
YUV121.04117.26147.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=41.00%
G=30.75%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811110200.250.310.4211.7418.449.02
Hex946F660191F2Ac1231
Octal2241571460313752142261
Binary100101001101111110011001100111111101010110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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