#9D806B

Color #9D806B Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #9D806B

Tints of Medium Wood #9D806B

Color information

#9D806B (or 0x9D806B) is unknown color: approx Medium Wood. HEX triplet: 9D, 80 and 6B. RGB value is (157,128,107). Sum of RGB (Red+Green+Blue) = 157+128+107=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D806B is #627F94. Grayscale: #868686. Windows color (decimal): -6455189 or 7045277. OLE color: 7045277.

HSL color Cylindrical-coordinate representation of color #9D806B: hue angle of 25.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 #9D806B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB157128107-
CMYK00.180.320.38
HSL25.2º20.33%51.76%-
HSV(B)25.2º31.85%61.57%-
XYZ24.2823.6717.2-
YUV134.28112.61144.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=40.05%
G=32.65%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712810700.180.320.3825.220.3351.76
Hex9D806B0122026191434
Octal2352001530224046312464
Binary100111011000000011010110100101000001001101100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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