#946E69

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

Shades of Dark Chestnut #946E69

Tints of Dark Chestnut #946E69

Color information

#946E69 (or 0x946E69) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6E and 69. RGB value is (148,110,105). Sum of RGB (Red+Green+Blue) = 148+110+105=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E69 is #6B9196. Grayscale: #787878. Windows color (decimal): -7049623 or 6909588. OLE color: 6909588.

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

Color convert

RGB148110105-
CMYK00.260.290.42
HSL6.98º17%49.61%-
HSV(B)6.98º29.05%58.04%-
XYZ20.3418.4715.86-
YUV120.79119.09147.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=40.77%
G=30.30%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811010500.260.290.426.981749.61
Hex946E6901A1D2A71132
Octal224156151032355272162
Binary10010100110111011010010110101110110101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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