#946C64

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

Shades of Dark Chestnut #946C64

Tints of Dark Chestnut #946C64

Color information

#946C64 (or 0x946C64) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6C and 64. RGB value is (148,108,100). Sum of RGB (Red+Green+Blue) = 148+108+100=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #946C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C64 is #6B939B. Grayscale: #777777. Windows color (decimal): -7050140 or 6581396. OLE color: 6581396.

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

Color convert

RGB148108100-
CMYK00.270.320.42
HSL10º19.35%48.63%-
HSV(B)10º32.43%58.04%-
XYZ19.8817.9414.47-
YUV119.05117.25148.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=41.57%
G=30.34%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810810000.270.320.421019.3548.63
Hex946C6401B202Aa1331
Octal2241541440334052122361
Binary1001010011011001100100011011100000101010101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,108,100); }

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

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

 a { background-color: rgb(148,108,100); }

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

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

 span { border-color: rgb(148,108,100); }

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