#9F8067

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

Shades of Medium Wood #9F8067

Tints of Medium Wood #9F8067

Color information

#9F8067 (or 0x9F8067) is unknown color: approx Medium Wood. HEX triplet: 9F, 80 and 67. RGB value is (159,128,103). Sum of RGB (Red+Green+Blue) = 159+128+103=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8067 is #607F98. Grayscale: #868686. Windows color (decimal): -6324121 or 6783135. OLE color: 6783135.

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

Color convert

RGB159128103-
CMYK00.190.350.38
HSL26.79º22.58%51.37%-
HSV(B)26.79º35.22%62.35%-
XYZ24.4723.7916.13-
YUV134.42110.27145.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=40.77%
G=32.82%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912810300.190.350.3826.7922.5851.37
Hex9F806701323261b1733
Octal2372001470234346332763
Binary100111111000000011001110100111000111001101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,128,103); }

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

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

 a { background-color: rgb(159,128,103); }

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

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

 span { border-color: rgb(159,128,103); }

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