#9F8953

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

Shades of Teak #9F8953

Tints of Teak #9F8953

Color information

#9F8953 (or 0x9F8953) is unknown color: approx Teak. HEX triplet: 9F, 89 and 53. RGB value is (159,137,83). Sum of RGB (Red+Green+Blue) = 159+137+83=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8953 is #6076AC. Grayscale: #898989. Windows color (decimal): -6321837 or 5474719. OLE color: 5474719.

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

Color convert

RGB15913783-
CMYK00.140.480.38
HSL42.63º31.4%47.45%-
HSV(B)42.63º47.8%62.35%-
XYZ24.8125.8911.87-
YUV137.4297.29143.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=41.95%
G=36.15%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591378300.140.480.3842.6331.447.45
Hex9F89530E30262b1f2f
Octal2372111230166046533757
Binary100111111000100110100110111011000010011010101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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