Html Css Color HEX #9F8A51 Teak

📋 copy color: '#9F8A51'

red 159 ◦ green 138 ◦ blue 81

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

Shades of Teak #9F8A51

Tints of Teak #9F8A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

 BLUE value IS 81 (32.03% from 255) = 21.43%

R = 42.06%
G = 36.51%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F8A51 (or 0x9F8A51) is known color: Teak. HEX triplet: 9F, 8A and 51. RGB value is (159,138,81). Sum of RGB (Red+Green+Blue) = 159+138+81=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A51 is #6075AE. Grayscale: #8A8A8A. Windows color (decimal): -6321583 or 5343903. OLE color: 5343903.

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

Color convert

RGB 159 138 81 -
CMYK 0 0.13 0.49 0.38
HSL 43.85º 0.33% 0.47% -
HSV(B) 43.85º 0.49% 0.62% -
XYZ 24.87 26.14 11.52 -
YUV 137.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 159 138 81 0 0.13 0.49 0.38 43.85 0.33 0.47
Hex 9F 8A 51 0 D 31 26 2C 20 2F
Octal 237 212 121 0 15 61 46 54 40 57
Binary 10011111 10001010 1010001 0 1101 110001 100110 101100 100000 101111

Color Harmonies of #9F8A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8A51

Black with #9F8A51

Text Example


Text Example

White with #9F8A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,138,81); }

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

background-color css

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

 a { background-color: rgb(159,138,81); }

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

border-color css

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

 span { border-color: rgb(159,138,81); }

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