#9B726D

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

Shades of Dark Chestnut #9B726D

Tints of Dark Chestnut #9B726D

Color information

#9B726D (or 0x9B726D) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 72 and 6D. RGB value is (155,114,109). Sum of RGB (Red+Green+Blue) = 155+114+109=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B726D is #648D92. Grayscale: #7D7D7D. Windows color (decimal): -6589843 or 7172763. OLE color: 7172763.

HSL color Cylindrical-coordinate representation of color #9B726D: hue angle of 6.52º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B726D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB155114109-
CMYK00.260.300.39
HSL6.52º18.7%51.76%-
HSV(B)6.52º29.68%60.78%-
XYZ22.320.1117.17-
YUV125.69118.58148.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=41.01%
G=30.16%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511410900.260.300.396.5218.751.76
Hex9B726D01A1E2771334
Octal233162155032364772364
Binary10011011111001011011010110101111010011111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,109); }

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

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

 a { background-color: rgb(155,114,109); }

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

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

 span { border-color: rgb(155,114,109); }

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