#9F8951

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

Shades of Teak #9F8951

Tints of Teak #9F8951

Color information

#9F8951 (or 0x9F8951) is unknown color: approx Teak. HEX triplet: 9F, 89 and 51. RGB value is (159,137,81). Sum of RGB (Red+Green+Blue) = 159+137+81=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8951 is #6076AE. Grayscale: #898989. Windows color (decimal): -6321839 or 5343647. OLE color: 5343647.

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

Color convert

RGB15913781-
CMYK00.140.490.38
HSL43.08º32.5%47.06%-
HSV(B)43.08º49.06%62.35%-
XYZ24.7325.8611.47-
YUV137.1996.29143.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=42.18%
G=36.34%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591378100.140.490.3843.0832.547.06
Hex9F89510E31262b202f
Octal2372111210166146534057
Binary1001111110001001101000101110110001100110101011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,81); }

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

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

 a { background-color: rgb(159,137,81); }

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

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

 span { border-color: rgb(159,137,81); }

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