#9D716B

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

Shades of Dark Chestnut #9D716B

Tints of Dark Chestnut #9D716B

Color information

#9D716B (or 0x9D716B) is unknown color: approx Dark Chestnut. HEX triplet: 9D, 71 and 6B. RGB value is (157,113,107). Sum of RGB (Red+Green+Blue) = 157+113+107=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D716B is #628E94. Grayscale: #7D7D7D. Windows color (decimal): -6459029 or 7041437. OLE color: 7041437.

HSL color Cylindrical-coordinate representation of color #9D716B: hue angle of 7.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D716B is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB157113107-
CMYK00.280.320.38
HSL7.2º20.33%51.76%-
HSV(B)7.2º31.85%61.57%-
XYZ22.4620.0416.59-
YUV125.47117.58150.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=41.64%
G=29.97%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711310700.280.320.387.220.3351.76
Hex9D716B01C202671434
Octal235161153034404672464
Binary100111011110001110101101110010000010011011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,107); }

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

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

 a { background-color: rgb(157,113,107); }

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

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

 span { border-color: rgb(157,113,107); }

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