#946D68

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

Shades of Dark Chestnut #946D68

Tints of Dark Chestnut #946D68

Color information

#946D68 (or 0x946D68) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6D and 68. RGB value is (148,109,104). Sum of RGB (Red+Green+Blue) = 148+109+104=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D68 is #6B9297. Grayscale: #787878. Windows color (decimal): -7049880 or 6843796. OLE color: 6843796.

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

Color convert

RGB148109104-
CMYK00.260.300.42
HSL6.82º17.46%49.41%-
HSV(B)6.82º29.73%58.04%-
XYZ20.1818.2315.55-
YUV120.09118.92147.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=41.00%
G=30.19%
B=28.81%

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
Decimal14810910400.260.300.426.8217.4649.41
Hex946D6801A1E2A71131
Octal224155150032365272161
Binary10010100110110111010000110101111010101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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