#946963

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

Shades of Dark Chestnut #946963

Tints of Dark Chestnut #946963

Color information

#946963 (or 0x946963) is unknown color: approx Dark Chestnut. HEX triplet: 94, 69 and 63. RGB value is (148,105,99). Sum of RGB (Red+Green+Blue) = 148+105+99=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946963 is #6B969C. Grayscale: #757575. Windows color (decimal): -7050909 or 6515092. OLE color: 6515092.

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

Color convert

RGB14810599-
CMYK00.290.330.42
HSL7.35º19.84%48.43%-
HSV(B)7.35º33.11%58.04%-
XYZ19.5217.314.11-
YUV117.17117.75149.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=42.05%
G=29.83%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481059900.290.330.427.3519.8448.43
Hex94696301D212A71430
Octal224151143035415272460
Binary100101001101001110001101110110000110101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946963; }

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

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

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

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

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

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

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

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