#946F65

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

Shades of Dark Chestnut #946F65

Tints of Dark Chestnut #946F65

Color information

#946F65 (or 0x946F65) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6F and 65. RGB value is (148,111,101). Sum of RGB (Red+Green+Blue) = 148+111+101=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F65 is #6B909A. Grayscale: #787878. Windows color (decimal): -7049371 or 6647700. OLE color: 6647700.

HSL color Cylindrical-coordinate representation of color #946F65: hue angle of 12.77º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946F65 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148111101-
CMYK00.250.320.42
HSL12.77º18.88%48.82%-
HSV(B)12.77º31.76%58.04%-
XYZ20.2518.614.84-
YUV120.92116.76147.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=41.11%
G=30.83%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811110100.250.320.4212.7718.8848.82
Hex946F65019202Ad1331
Octal2241571450314052152361
Binary1001010011011111100101011001100000101010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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