#9A726D

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

Shades of Dark Chestnut #9A726D

Tints of Dark Chestnut #9A726D

Color information

#9A726D (or 0x9A726D) is unknown color: approx Dark Chestnut. HEX triplet: 9A, 72 and 6D. RGB value is (154,114,109). Sum of RGB (Red+Green+Blue) = 154+114+109=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A726D is #658D92. Grayscale: #7D7D7D. Windows color (decimal): -6655379 or 7172762. OLE color: 7172762.

HSL color Cylindrical-coordinate representation of color #9A726D: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A726D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB154114109-
CMYK00.260.290.40
HSL6.67º18.22%51.57%-
HSV(B)6.67º29.22%60.39%-
XYZ22.120.0117.17-
YUV125.39118.75148.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=40.85%
G=30.24%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411410900.260.290.406.6718.2251.57
Hex9A726D01A1D2871234
Octal232162155032355072264
Binary10011010111001011011010110101110110100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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