#946561

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

Shades of Dark Chestnut #946561

Tints of Dark Chestnut #946561

Color information

#946561 (or 0x946561) is unknown color: approx Dark Chestnut. HEX triplet: 94, 65 and 61. RGB value is (148,101,97). Sum of RGB (Red+Green+Blue) = 148+101+97=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #946561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946561 is #6B9A9E. Grayscale: #727272. Windows color (decimal): -7051935 or 6382996. OLE color: 6382996.

HSL color Cylindrical-coordinate representation of color #946561: hue angle of 4.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946561 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14810197-
CMYK00.320.340.42
HSL4.71º20.82%48.04%-
HSV(B)4.71º34.46%58.04%-
XYZ19.0216.4713.48-
YUV114.6118.07151.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=42.77%
G=29.19%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481019700.320.340.424.7120.8248.04
Hex946561020222A51530
Octal224145141040425252560
Binary1001010011001011100001010000010001010101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946561; }

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

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

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

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

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

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

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

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