#946A63

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

Shades of Dark Chestnut #946A63

Tints of Dark Chestnut #946A63

Color information

#946A63 (or 0x946A63) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6A and 63. RGB value is (148,106,99). Sum of RGB (Red+Green+Blue) = 148+106+99=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #946A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A63 is #6B959C. Grayscale: #757575. Windows color (decimal): -7050653 or 6515348. OLE color: 6515348.

HSL color Cylindrical-coordinate representation of color #946A63: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946A63 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14810699-
CMYK00.280.330.42
HSL8.57º19.84%48.43%-
HSV(B)8.57º33.11%58.04%-
XYZ19.6217.514.15-
YUV117.76117.41149.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=41.93%
G=30.03%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481069900.280.330.428.5719.8448.43
Hex946A6301C212A91430
Octal2241521430344152112460
Binary1001010011010101100011011100100001101010100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,106,99); }

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

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

 a { background-color: rgb(148,106,99); }

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

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

 span { border-color: rgb(148,106,99); }

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