Html Css Color HEX #9F8F59 Teak

📋 copy color: '#9F8F59'

red 159 ◦ green 143 ◦ blue 89

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

Shades of Teak #9F8F59

Tints of Teak #9F8F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

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

R = 40.66%
G = 36.57%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F8F59 (or 0x9F8F59) is known color: Teak. HEX triplet: 9F, 8F and 59. RGB value is (159,143,89). Sum of RGB (Red+Green+Blue) = 159+143+89=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F59 is #6070A6. Grayscale: #8D8D8D. Windows color (decimal): -6320295 or 5869471. OLE color: 5869471.

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

Color convert

RGB 159 143 89 -
CMYK 0 0.10 0.44 0.38
HSL 46.29º 0.28% 0.49% -
HSV(B) 46.29º 0.44% 0.62% -
XYZ 25.92 27.74 13.44 -
YUV 141.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 159 143 89 0 0.10 0.44 0.38 46.29 0.28 0.49
Hex 9F 8F 59 0 A 2C 26 2E 1C 31
Octal 237 217 131 0 12 54 46 56 34 61
Binary 10011111 10001111 1011001 0 1010 101100 100110 101110 11100 110001

Color Harmonies of #9F8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F59

Black with #9F8F59

Text Example


Text Example

White with #9F8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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