#9C7C68

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

Shades of Medium Wood #9C7C68

Tints of Medium Wood #9C7C68

Color information

#9C7C68 (or 0x9C7C68) is unknown color: approx Medium Wood. HEX triplet: 9C, 7C and 68. RGB value is (156,124,104). Sum of RGB (Red+Green+Blue) = 156+124+104=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C68 is #638397. Grayscale: #838383. Windows color (decimal): -6521752 or 6847644. OLE color: 6847644.

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

Color convert

RGB156124104-
CMYK00.210.330.39
HSL23.08º20.8%50.98%-
HSV(B)23.08º33.33%61.18%-
XYZ23.4222.4816.2-
YUV131.29112.6145.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=40.62%
G=32.29%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612410400.210.330.3923.0820.850.98
Hex9C7C680152127171533
Octal2341741500254147272563
Binary10011100111110011010000101011000011001111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,104); }

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

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

 a { background-color: rgb(156,124,104); }

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

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

 span { border-color: rgb(156,124,104); }

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