Html Css Color HEX #9F895A Teak

📋 copy color: '#9F895A'

red 159 ◦ green 137 ◦ blue 90

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

Shades of Teak #9F895A

Tints of Teak #9F895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 41.19%
G = 35.49%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F895A (or 0x9F895A) is known color: Teak. HEX triplet: 9F, 89 and 5A. RGB value is (159,137,90). Sum of RGB (Red+Green+Blue) = 159+137+90=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F895A is #6076A5. Grayscale: #8A8A8A. Windows color (decimal): -6321830 or 5933471. OLE color: 5933471.

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

Color convert

RGB 159 137 90 -
CMYK 0 0.14 0.43 0.38
HSL 40.87º 0.28% 0.49% -
HSV(B) 40.87º 0.43% 0.62% -
XYZ 25.09 26 13.37 -
YUV 138.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 159 137 90 0 0.14 0.43 0.38 40.87 0.28 0.49
Hex 9F 89 5A 0 E 2B 26 29 1C 31
Octal 237 211 132 0 16 53 46 51 34 61
Binary 10011111 10001001 1011010 0 1110 101011 100110 101001 11100 110001

Color Harmonies of #9F895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F895A

Black with #9F895A

Text Example


Text Example

White with #9F895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,137,90); }

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

background-color css

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

 a { background-color: rgb(159,137,90); }

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

border-color css

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

 span { border-color: rgb(159,137,90); }

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