#946659

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

Shades of Dark Chestnut #946659

Tints of Dark Chestnut #946659

Color information

#946659 (or 0x946659) is unknown color: approx Dark Chestnut. HEX triplet: 94, 66 and 59. RGB value is (148,102,89). Sum of RGB (Red+Green+Blue) = 148+102+89=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946659 is #6B99A6. Grayscale: #727272. Windows color (decimal): -7051687 or 5858964. OLE color: 5858964.

HSL color Cylindrical-coordinate representation of color #946659: hue angle of 13.22º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946659 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14810289-
CMYK00.310.400.42
HSL13.22º24.89%46.47%-
HSV(B)13.22º39.86%58.04%-
XYZ18.7716.5211.65-
YUV114.27113.74152.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=43.66%
G=30.09%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481028900.310.400.4213.2224.8946.47
Hex94665901F282Ad192e
Octal2241461310375052153156
Binary1001010011001101011001011111101000101010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946659; }

 p { color: rgb(148,102,89); }

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

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

 a { background-color: rgb(148,102,89); }

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

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

 span { border-color: rgb(148,102,89); }

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