#956F65

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

Shades of Dark Chestnut #956F65

Tints of Dark Chestnut #956F65

Color information

#956F65 (or 0x956F65) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6F and 65. RGB value is (149,111,101). Sum of RGB (Red+Green+Blue) = 149+111+101=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #956F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F65 is #6A909A. Grayscale: #797979. Windows color (decimal): -6983835 or 6647701. OLE color: 6647701.

HSL color Cylindrical-coordinate representation of color #956F65: hue angle of 12.5º 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 #956F65 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149111101-
CMYK00.260.320.42
HSL12.5º19.2%49.02%-
HSV(B)12.5º32.21%58.43%-
XYZ20.4318.714.84-
YUV121.22116.59147.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=41.27%
G=30.75%
B=27.98%

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
Decimal14911110100.260.320.4212.519.249.02
Hex956F6501A202Ac1331
Octal2251571450324052142361
Binary1001010111011111100101011010100000101010110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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