#946058

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

Shades of Dark Chestnut #946058

Tints of Dark Chestnut #946058

Color information

#946058 (or 0x946058) is unknown color: approx Dark Chestnut. HEX triplet: 94, 60 and 58. RGB value is (148,96,88). Sum of RGB (Red+Green+Blue) = 148+96+88=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946058 is #6B9FA7. Grayscale: #6E6E6E. Windows color (decimal): -7053224 or 5791892. OLE color: 5791892.

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

Color convert

RGB1489688-
CMYK00.350.410.42
HSL25.42%46.27%-
HSV(B)40.54%58.04%-
XYZ18.1615.3711.24-
YUV110.64115.23154.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=44.58%
G=28.92%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148968800.350.410.42825.4246.27
Hex946058023292A8192e
Octal2241401300435152103156
Binary10010100110000010110000100011101001101010100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946058; }

 p { color: rgb(148,96,88); }

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

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

 a { background-color: rgb(148,96,88); }

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

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

 span { border-color: rgb(148,96,88); }

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