Html Css Color HEX #9F8959 Teak

📋 copy color: '#9F8959'

red 159 ◦ green 137 ◦ blue 89

#9F8959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #9F8959

Tints of Teak #9F8959

RGB

 RED value IS 159 (62.5% from 255) = 41.3%

 GREEN value IS 137 (53.91% from 255) = 35.58%

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 41.3%
G = 35.58%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F8959 (or 0x9F8959) is known color: Teak. HEX triplet: 9F, 89 and 59. RGB value is (159,137,89). Sum of RGB (Red+Green+Blue) = 159+137+89=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8959 is #6076A6. Grayscale: #8A8A8A. Windows color (decimal): -6321831 or 5867935. OLE color: 5867935.

HSL color Cylindrical-coordinate representation of color #9F8959: hue angle of 41.14º 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 #9F8959 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 137 89 -
CMYK 0 0.14 0.44 0.38
HSL 41.14º 0.28% 0.49% -
HSV(B) 41.14º 0.44% 0.62% -
XYZ 25.05 25.98 13.15 -
YUV 138.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 159 137 89 0 0.14 0.44 0.38 41.14 0.28 0.49
Hex 9F 89 59 0 E 2C 26 29 1C 31
Octal 237 211 131 0 16 54 46 51 34 61
Binary 10011111 10001001 1011001 0 1110 101100 100110 101001 11100 110001

Color Harmonies of #9F8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8959

Black with #9F8959

Text Example


Text Example

White with #9F8959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F8959;
 }
 .AnyTagClassName
 {
   color: #9F8959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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