Html Css Color HEX #9E895C Teak

📋 copy color: '#9E895C'

red 158 ◦ green 137 ◦ blue 92

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

Shades of Teak #9E895C

Tints of Teak #9E895C

RGB

 RED value IS 158 (62.11% from 255) = 40.83%

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

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

R = 40.83%
G = 35.4%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E895C (or 0x9E895C) is known color: Teak. HEX triplet: 9E, 89 and 5C. RGB value is (158,137,92). Sum of RGB (Red+Green+Blue) = 158+137+92=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E895C is #6176A3. Grayscale: #8A8A8A. Windows color (decimal): -6387364 or 6064542. OLE color: 6064542.

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

Color convert

RGB 158 137 92 -
CMYK 0 0.13 0.42 0.38
HSL 40.91º 0.26% 0.49% -
HSV(B) 40.91º 0.42% 0.62% -
XYZ 24.98 25.93 13.81 -
YUV 138.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 158 137 92 0 0.13 0.42 0.38 40.91 0.26 0.49
Hex 9E 89 5C 0 D 2A 26 29 1A 31
Octal 236 211 134 0 15 52 46 51 32 61
Binary 10011110 10001001 1011100 0 1101 101010 100110 101001 11010 110001

Color Harmonies of #9E895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E895C

Black with #9E895C

Text Example


Text Example

White with #9E895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,137,92); }

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

background-color css

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

 a { background-color: rgb(158,137,92); }

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

border-color css

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

 span { border-color: rgb(158,137,92); }

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