#9B706A

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

Shades of Dark Chestnut #9B706A

Tints of Dark Chestnut #9B706A

Color information

#9B706A (or 0x9B706A) is unknown color: approx Dark Chestnut. HEX triplet: 9B, 70 and 6A. RGB value is (155,112,106). Sum of RGB (Red+Green+Blue) = 155+112+106=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B706A is #648F95. Grayscale: #7C7C7C. Windows color (decimal): -6590358 or 6975643. OLE color: 6975643.

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

Color convert

RGB155112106-
CMYK00.280.320.39
HSL7.35º19.68%51.18%-
HSV(B)7.35º31.61%60.78%-
XYZ21.9119.616.26-
YUV124.17117.75149.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=41.55%
G=30.03%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511210600.280.320.397.3519.6851.18
Hex9B706A01C202771433
Octal233160152034404772463
Binary100110111110000110101001110010000010011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,106); }

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

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

 a { background-color: rgb(155,112,106); }

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

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

 span { border-color: rgb(155,112,106); }

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