#956E65

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

Shades of Dark Chestnut #956E65

Tints of Dark Chestnut #956E65

Color information

#956E65 (or 0x956E65) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6E and 65. RGB value is (149,110,101). Sum of RGB (Red+Green+Blue) = 149+110+101=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #956E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E65 is #6A919A. Grayscale: #787878. Windows color (decimal): -6984091 or 6647445. OLE color: 6647445.

HSL color Cylindrical-coordinate representation of color #956E65: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956E65 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149110101-
CMYK00.260.320.42
HSL11.25º19.2%49.02%-
HSV(B)11.25º32.21%58.43%-
XYZ20.3218.4814.81-
YUV120.63116.92148.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=41.39%
G=30.56%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911010100.260.320.4211.2519.249.02
Hex956E6501A202Ab1331
Octal2251561450324052132361
Binary1001010111011101100101011010100000101010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956E65; }

 p { color: rgb(149,110,101); }

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

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

 a { background-color: rgb(149,110,101); }

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

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

 span { border-color: rgb(149,110,101); }

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