Html Css Color HEX #9F8E59 Teak

📋 copy color: '#9F8E59'

red 159 ◦ green 142 ◦ blue 89

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

Shades of Teak #9F8E59

Tints of Teak #9F8E59

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.41%

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

R = 40.77%
G = 36.41%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F8E59 (or 0x9F8E59) is known color: Teak. HEX triplet: 9F, 8E and 59. RGB value is (159,142,89). Sum of RGB (Red+Green+Blue) = 159+142+89=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E59 is #6071A6. Grayscale: #8D8D8D. Windows color (decimal): -6320551 or 5869215. OLE color: 5869215.

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

Color convert

RGB 159 142 89 -
CMYK 0 0.11 0.44 0.38
HSL 45.43º 0.28% 0.49% -
HSV(B) 45.43º 0.44% 0.62% -
XYZ 25.77 27.44 13.39 -
YUV 141.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 159 142 89 0 0.11 0.44 0.38 45.43 0.28 0.49
Hex 9F 8E 59 0 B 2C 26 2D 1C 31
Octal 237 216 131 0 13 54 46 55 34 61
Binary 10011111 10001110 1011001 0 1011 101100 100110 101101 11100 110001

Color Harmonies of #9F8E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8E59

Black with #9F8E59

Text Example


Text Example

White with #9F8E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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