#9F8A4F

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

Shades of Teak #9F8A4F

Tints of Teak #9F8A4F

Color information

#9F8A4F (or 0x9F8A4F) is unknown color: approx Teak. HEX triplet: 9F, 8A and 4F. RGB value is (159,138,79). Sum of RGB (Red+Green+Blue) = 159+138+79=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A4F is #6075B0. Grayscale: #898989. Windows color (decimal): -6321585 or 5212831. OLE color: 5212831.

HSL color Cylindrical-coordinate representation of color #9F8A4F: hue angle of 44.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F8A4F is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15913879-
CMYK00.130.500.38
HSL44.25º33.61%46.67%-
HSV(B)44.25º50.31%62.35%-
XYZ24.826.1111.13-
YUV137.5594.96143.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=42.29%
G=36.70%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591387900.130.500.3844.2533.6146.67
Hex9F8A4F0D32262c222f
Octal2372121170156246544257
Binary1001111110001010100111101101110010100110101100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,138,79); }

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

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

 a { background-color: rgb(159,138,79); }

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

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

 span { border-color: rgb(159,138,79); }

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