Html Css Color HEX #9F8D5C Teak

📋 copy color: '#9F8D5C'

red 159 ◦ green 141 ◦ blue 92

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

Shades of Teak #9F8D5C

Tints of Teak #9F8D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 40.56%
G = 35.97%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F8D5C (or 0x9F8D5C) is known color: Teak. HEX triplet: 9F, 8D and 5C. RGB value is (159,141,92). Sum of RGB (Red+Green+Blue) = 159+141+92=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D5C is #6072A3. Grayscale: #8D8D8D. Windows color (decimal): -6320804 or 6065567. OLE color: 6065567.

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

Color convert

RGB 159 141 92 -
CMYK 0 0.11 0.42 0.38
HSL 43.88º 0.27% 0.49% -
HSV(B) 43.88º 0.42% 0.62% -
XYZ 25.75 27.19 14.02 -
YUV 140.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 159 141 92 0 0.11 0.42 0.38 43.88 0.27 0.49
Hex 9F 8D 5C 0 B 2A 26 2C 1B 31
Octal 237 215 134 0 13 52 46 54 33 61
Binary 10011111 10001101 1011100 0 1011 101010 100110 101100 11011 110001

Color Harmonies of #9F8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8D5C

Black with #9F8D5C

Text Example


Text Example

White with #9F8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,141,92); }

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

background-color css

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

 a { background-color: rgb(159,141,92); }

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

border-color css

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

 span { border-color: rgb(159,141,92); }

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