#9F816B

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

Shades of Medium Wood #9F816B

Tints of Medium Wood #9F816B

Color information

#9F816B (or 0x9F816B) is unknown color: approx Medium Wood. HEX triplet: 9F, 81 and 6B. RGB value is (159,129,107). Sum of RGB (Red+Green+Blue) = 159+129+107=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F816B is #607E94. Grayscale: #878787. Windows color (decimal): -6323861 or 7045535. OLE color: 7045535.

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

Color convert

RGB159129107-
CMYK00.190.330.38
HSL25.38º21.31%52.16%-
HSV(B)25.38º32.7%62.35%-
XYZ24.824.1317.26-
YUV135.46111.94144.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=40.25%
G=32.66%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912910700.190.330.3825.3821.3152.16
Hex9F816B0132126191534
Octal2372011530234146312564
Binary100111111000000111010110100111000011001101100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,107); }

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

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

 a { background-color: rgb(159,129,107); }

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

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

 span { border-color: rgb(159,129,107); }

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