#9F7A68

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

Shades of Medium Wood #9F7A68

Tints of Medium Wood #9F7A68

Color information

#9F7A68 (or 0x9F7A68) is unknown color: approx Medium Wood. HEX triplet: 9F, 7A and 68. RGB value is (159,122,104). Sum of RGB (Red+Green+Blue) = 159+122+104=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A68 is #608597. Grayscale: #838383. Windows color (decimal): -6325656 or 6847135. OLE color: 6847135.

HSL color Cylindrical-coordinate representation of color #9F7A68: hue angle of 19.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7A68 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB159122104-
CMYK00.230.350.38
HSL19.64º22.27%51.57%-
HSV(B)19.64º34.59%62.35%-
XYZ23.7622.2916.15-
YUV131.01112.76147.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=41.30%
G=31.69%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912210400.230.350.3819.6422.2751.57
Hex9F7A680172326141634
Octal2371721500274346242664
Binary10011111111101011010000101111000111001101010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,122,104); }

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

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

 a { background-color: rgb(159,122,104); }

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

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

 span { border-color: rgb(159,122,104); }

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