#9D6861

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

Shades of Dark Chestnut #9D6861

Tints of Dark Chestnut #9D6861

Color information

#9D6861 (or 0x9D6861) is unknown color: approx Dark Chestnut. HEX triplet: 9D, 68 and 61. RGB value is (157,104,97). Sum of RGB (Red+Green+Blue) = 157+104+97=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6861 is #62979E. Grayscale: #777777. Windows color (decimal): -6461343 or 6383773. OLE color: 6383773.

HSL color Cylindrical-coordinate representation of color #9D6861: hue angle of 7º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6861 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15710497-
CMYK00.340.380.38
HSL23.62%49.8%-
HSV(B)38.22%61.57%-
XYZ21.0117.9313.66-
YUV119.05115.56155.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=43.85%
G=29.05%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571049700.340.380.38723.6249.8
Hex9D6861022262671832
Octal235150141042464673062
Binary1001110111010001100001010001010011010011011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6861; }

 p { color: rgb(157,104,97); }

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

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

 a { background-color: rgb(157,104,97); }

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

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

 span { border-color: rgb(157,104,97); }

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