#956359

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

Shades of Dark Chestnut #956359

Tints of Dark Chestnut #956359

Color information

#956359 (or 0x956359) is unknown color: approx Dark Chestnut. HEX triplet: 95, 63 and 59. RGB value is (149,99,89). Sum of RGB (Red+Green+Blue) = 149+99+89=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #956359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956359 is #6A9CA6. Grayscale: #707070. Windows color (decimal): -6986919 or 5858197. OLE color: 5858197.

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

Color convert

RGB1499989-
CMYK00.340.400.42
HSL10º25.21%46.67%-
HSV(B)10º40.27%58.43%-
XYZ18.6616.0311.56-
YUV112.81114.56153.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=44.21%
G=29.38%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149998900.340.400.421025.2146.67
Hex956359022282Aa192f
Octal2251431310425052123157
Binary10010101110001110110010100010101000101010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956359; }

 p { color: rgb(149,99,89); }

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

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

 a { background-color: rgb(149,99,89); }

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

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

 span { border-color: rgb(149,99,89); }

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