Html Css Color HEX #9F8C5D Teak

📋 copy color: '#9F8C5D'

red 159 ◦ green 140 ◦ blue 93

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

Shades of Teak #9F8C5D

Tints of Teak #9F8C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 40.56%
G = 35.71%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F8C5D (or 0x9F8C5D) is known color: Teak. HEX triplet: 9F, 8C and 5D. RGB value is (159,140,93). Sum of RGB (Red+Green+Blue) = 159+140+93=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C5D is #6073A2. Grayscale: #8C8C8C. Windows color (decimal): -6321059 or 6130847. OLE color: 6130847.

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

Color convert

RGB 159 140 93 -
CMYK 0 0.12 0.42 0.38
HSL 42.73º 0.26% 0.49% -
HSV(B) 42.73º 0.42% 0.62% -
XYZ 25.65 26.92 14.2 -
YUV 140.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 159 140 93 0 0.12 0.42 0.38 42.73 0.26 0.49
Hex 9F 8C 5D 0 C 2A 26 2B 1A 31
Octal 237 214 135 0 14 52 46 53 32 61
Binary 10011111 10001100 1011101 0 1100 101010 100110 101011 11010 110001

Color Harmonies of #9F8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C5D

Black with #9F8C5D

Text Example


Text Example

White with #9F8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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