#9F8F54

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

Shades of Teak #9F8F54

Tints of Teak #9F8F54

Color information

#9F8F54 (or 0x9F8F54) is unknown color: approx Teak. HEX triplet: 9F, 8F and 54. RGB value is (159,143,84). Sum of RGB (Red+Green+Blue) = 159+143+84=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F54 is #6070AB. Grayscale: #8D8D8D. Windows color (decimal): -6320300 or 5541791. OLE color: 5541791.

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

Color convert

RGB15914384-
CMYK00.100.470.38
HSL47.2º30.86%47.65%-
HSV(B)47.2º47.17%62.35%-
XYZ25.7227.6612.37-
YUV141.0695.8140.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=41.19%
G=37.05%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591438400.100.470.3847.230.8647.65
Hex9F8F540A2F262f1f30
Octal2372171240125746573760
Binary100111111000111110101000101010111110011010111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,143,84); }

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

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

 a { background-color: rgb(159,143,84); }

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

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

 span { border-color: rgb(159,143,84); }

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