Html Css Color HEX #9F8F54 Teak

📋 copy color: '#9F8F54'

red 159 ◦ green 143 ◦ blue 84

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

Shades of Teak #9F8F54

Tints of Teak #9F8F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 41.19%
G = 37.05%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F8F54 (or 0x9F8F54) is known color: Teak. HEX triplet: 9F, 8F and 54. RGB value is (159,143,84). Sum of RGB (Red+Green+Blue) = 159+143+84=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F54 is #6070AB. Grayscale: #8D8D8D. Windows color (decimal): -6320300 or 5541791. OLE color: 5541791.

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

Color convert

RGB 159 143 84 -
CMYK 0 0.10 0.47 0.38
HSL 47.2º 0.31% 0.48% -
HSV(B) 47.2º 0.47% 0.62% -
XYZ 25.72 27.66 12.37 -
YUV 141.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 159 143 84 0 0.10 0.47 0.38 47.2 0.31 0.48
Hex 9F 8F 54 0 A 2F 26 2F 1F 30
Octal 237 217 124 0 12 57 46 57 37 60
Binary 10011111 10001111 1010100 0 1010 101111 100110 101111 11111 110000

Color Harmonies of #9F8F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F54

Black with #9F8F54

Text Example


Text Example

White with #9F8F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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