#956158

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

Shades of Dark Chestnut #956158

Tints of Dark Chestnut #956158

Color information

#956158 (or 0x956158) is unknown color: approx Dark Chestnut. HEX triplet: 95, 61 and 58. RGB value is (149,97,88). Sum of RGB (Red+Green+Blue) = 149+97+88=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956158 is #6A9EA7. Grayscale: #6F6F6F. Windows color (decimal): -6987432 or 5792149. OLE color: 5792149.

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

Color convert

RGB1499788-
CMYK00.350.410.42
HSL8.85º25.74%46.47%-
HSV(B)8.85º40.94%58.43%-
XYZ18.4315.6411.28-
YUV111.52114.73154.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=44.61%
G=29.04%
B=26.35%

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
Decimal149978800.350.410.428.8525.7446.47
Hex956158023292A91a2e
Octal2251411300435152113256
Binary10010101110000110110000100011101001101010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956158; }

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

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

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

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

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

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

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

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