#9F8F5E

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

Shades of Teak #9F8F5E

Tints of Teak #9F8F5E

Color information

#9F8F5E (or 0x9F8F5E) is unknown color: approx Teak. HEX triplet: 9F, 8F and 5E. RGB value is (159,143,94). Sum of RGB (Red+Green+Blue) = 159+143+94=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F5E is #6070A1. Grayscale: #8E8E8E. Windows color (decimal): -6320290 or 6197151. OLE color: 6197151.

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

Color convert

RGB15914394-
CMYK00.100.410.38
HSL45.23º25.69%49.61%-
HSV(B)45.23º40.88%62.35%-
XYZ26.1427.8214.58-
YUV142.2100.8139.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=40.15%
G=36.11%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591439400.100.410.3845.2325.6949.61
Hex9F8F5E0A29262d1a32
Octal2372171360125146553262
Binary100111111000111110111100101010100110011010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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