#946E67

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

Shades of Dark Chestnut #946E67

Tints of Dark Chestnut #946E67

Color information

#946E67 (or 0x946E67) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6E and 67. RGB value is (148,110,103). Sum of RGB (Red+Green+Blue) = 148+110+103=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E67 is #6B9198. Grayscale: #787878. Windows color (decimal): -7049625 or 6778516. OLE color: 6778516.

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

Color convert

RGB148110103-
CMYK00.260.300.42
HSL9.33º17.93%49.22%-
HSV(B)9.33º30.41%58.04%-
XYZ20.2418.4315.32-
YUV120.56118.09147.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=41.00%
G=30.47%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811010300.260.300.429.3317.9349.22
Hex946E6701A1E2A91231
Octal2241561470323652112261
Binary100101001101110110011101101011110101010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,110,103); }

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

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

 a { background-color: rgb(148,110,103); }

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

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

 span { border-color: rgb(148,110,103); }

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