#956661

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

Shades of Dark Chestnut #956661

Tints of Dark Chestnut #956661

Color information

#956661 (or 0x956661) is unknown color: approx Dark Chestnut. HEX triplet: 95, 66 and 61. RGB value is (149,102,97). Sum of RGB (Red+Green+Blue) = 149+102+97=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956661 is #6A999E. Grayscale: #737373. Windows color (decimal): -6986143 or 6383253. OLE color: 6383253.

HSL color Cylindrical-coordinate representation of color #956661: hue angle of 5.77º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956661 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14910297-
CMYK00.320.350.42
HSL5.77º21.14%48.24%-
HSV(B)5.77º34.9%58.43%-
XYZ19.316.7613.53-
YUV115.48117.57151.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=42.82%
G=29.31%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491029700.320.350.425.7721.1448.24
Hex956661020232A61530
Octal225146141040435262560
Binary1001010111001101100001010000010001110101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956661; }

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

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

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

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

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

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

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

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