#9B716B

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

Shades of Dark Chestnut #9B716B

Tints of Dark Chestnut #9B716B

Color information

#9B716B (or 0x9B716B) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 71 and 6B. RGB value is (155,113,107). Sum of RGB (Red+Green+Blue) = 155+113+107=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B716B is #648E94. Grayscale: #7C7C7C. Windows color (decimal): -6590101 or 7041435. OLE color: 7041435.

HSL color Cylindrical-coordinate representation of color #9B716B: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B716B is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB155113107-
CMYK00.270.310.39
HSL7.5º19.35%51.37%-
HSV(B)7.5º30.97%60.78%-
XYZ22.0819.8416.58-
YUV124.87117.91149.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=41.33%
G=30.13%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511310700.270.310.397.519.3551.37
Hex9B716B01B1F2781333
Octal2331611530333747102363
Binary100110111110001110101101101111111100111100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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