#9F8D59

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

Shades of Teak #9F8D59

Tints of Teak #9F8D59

Color information

#9F8D59 (or 0x9F8D59) is unknown color: approx Teak. HEX triplet: 9F, 8D and 59. RGB value is (159,141,89). Sum of RGB (Red+Green+Blue) = 159+141+89=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D59 is #6072A6. Grayscale: #8C8C8C. Windows color (decimal): -6320807 or 5868959. OLE color: 5868959.

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

Color convert

RGB15914189-
CMYK00.110.440.38
HSL44.57º28.23%48.63%-
HSV(B)44.57º44.03%62.35%-
XYZ25.6327.1413.34-
YUV140.4598.96141.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=40.87%
G=36.25%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591418900.110.440.3844.5728.2348.63
Hex9F8D590B2C262d1c31
Octal2372151310135446553461
Binary100111111000110110110010101110110010011010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,89); }

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

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

 a { background-color: rgb(159,141,89); }

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

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

 span { border-color: rgb(159,141,89); }

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