#946C63

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

Shades of Dark Chestnut #946C63

Tints of Dark Chestnut #946C63

Color information

#946C63 (or 0x946C63) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6C and 63. RGB value is (148,108,99). Sum of RGB (Red+Green+Blue) = 148+108+99=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C63 is #6B939C. Grayscale: #777777. Windows color (decimal): -7050141 or 6515860. OLE color: 6515860.

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

Color convert

RGB14810899-
CMYK00.270.330.42
HSL11.02º19.84%48.43%-
HSV(B)11.02º33.11%58.04%-
XYZ19.8317.9214.22-
YUV118.93116.75148.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=41.69%
G=30.42%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481089900.270.330.4211.0219.8448.43
Hex946C6301B212Ab1430
Octal2241541430334152132460
Binary1001010011011001100011011011100001101010101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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