#946D67

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

Shades of Dark Chestnut #946D67

Tints of Dark Chestnut #946D67

Color information

#946D67 (or 0x946D67) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6D and 67. RGB value is (148,109,103). Sum of RGB (Red+Green+Blue) = 148+109+103=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D67 is #6B9298. Grayscale: #787878. Windows color (decimal): -7049881 or 6778260. OLE color: 6778260.

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

Color convert

RGB148109103-
CMYK00.260.300.42
HSL17.93%49.22%-
HSV(B)30.41%58.04%-
XYZ20.1318.2115.29-
YUV119.98118.42147.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=41.11%
G=30.28%
B=28.61%

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
Decimal14810910300.260.300.42817.9349.22
Hex946D6701A1E2A81231
Octal2241551470323652102261
Binary100101001101101110011101101011110101010100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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