Html Css Color HEX #9F8F5D Teak

📋 copy color: '#9F8F5D'

red 159 ◦ green 143 ◦ blue 93

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

Shades of Teak #9F8F5D

Tints of Teak #9F8F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 40.25%
G = 36.2%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F8F5D (or 0x9F8F5D) is known color: Teak. HEX triplet: 9F, 8F and 5D. RGB value is (159,143,93). Sum of RGB (Red+Green+Blue) = 159+143+93=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F5D is #6070A2. Grayscale: #8E8E8E. Windows color (decimal): -6320291 or 6131615. OLE color: 6131615.

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

Color convert

RGB 159 143 93 -
CMYK 0 0.10 0.42 0.38
HSL 45.45º 0.26% 0.49% -
HSV(B) 45.45º 0.42% 0.62% -
XYZ 26.1 27.81 14.35 -
YUV 142.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 159 143 93 0 0.10 0.42 0.38 45.45 0.26 0.49
Hex 9F 8F 5D 0 A 2A 26 2D 1A 31
Octal 237 217 135 0 12 52 46 55 32 61
Binary 10011111 10001111 1011101 0 1010 101010 100110 101101 11010 110001

Color Harmonies of #9F8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F5D

Black with #9F8F5D

Text Example


Text Example

White with #9F8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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