#9C7A66

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

Shades of Medium Wood #9C7A66

Tints of Medium Wood #9C7A66

Color information

#9C7A66 (or 0x9C7A66) is unknown color: approx Medium Wood. HEX triplet: 9C, 7A and 66. RGB value is (156,122,102). Sum of RGB (Red+Green+Blue) = 156+122+102=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A66 is #638599. Grayscale: #828282. Windows color (decimal): -6522266 or 6716060. OLE color: 6716060.

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

Color convert

RGB156122102-
CMYK00.220.350.39
HSL22.22º21.43%50.59%-
HSV(B)22.22º34.62%61.18%-
XYZ23.0721.9515.59-
YUV129.89112.26146.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=41.05%
G=32.11%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612210200.220.350.3922.2221.4350.59
Hex9C7A660162327161533
Octal2341721460264347262563
Binary10011100111101011001100101101000111001111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,102); }

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

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

 a { background-color: rgb(156,122,102); }

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

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

 span { border-color: rgb(156,122,102); }

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