#946F69

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

Shades of Dark Chestnut #946F69

Tints of Dark Chestnut #946F69

Color information

#946F69 (or 0x946F69) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6F and 69. RGB value is (148,111,105). Sum of RGB (Red+Green+Blue) = 148+111+105=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F69 is #6B9096. Grayscale: #797979. Windows color (decimal): -7049367 or 6909844. OLE color: 6909844.

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

Color convert

RGB148111105-
CMYK00.250.290.42
HSL8.37º17%49.61%-
HSV(B)8.37º29.05%58.04%-
XYZ20.4518.6815.89-
YUV121.38118.76146.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=40.66%
G=30.49%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811110500.250.290.428.371749.61
Hex946F690191D2A81132
Octal2241571510313552102162
Binary100101001101111110100101100111101101010100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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