#946158

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

Shades of Dark Chestnut #946158

Tints of Dark Chestnut #946158

Color information

#946158 (or 0x946158) is unknown color: approx Dark Chestnut. HEX triplet: 94, 61 and 58. RGB value is (148,97,88). Sum of RGB (Red+Green+Blue) = 148+97+88=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #946158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946158 is #6B9EA7. Grayscale: #6F6F6F. Windows color (decimal): -7052968 or 5792148. OLE color: 5792148.

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

Color convert

RGB1489788-
CMYK00.340.410.42
HSL25.42%46.27%-
HSV(B)40.54%58.04%-
XYZ18.2515.5511.27-
YUV111.22114.9154.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=44.44%
G=29.13%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148978800.340.410.42925.4246.27
Hex946158022292A9192e
Octal2241411300425152113156
Binary10010100110000110110000100010101001101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946158; }

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

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

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

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

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

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

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

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