Html Css Color HEX #9E8B5E Teak

📋 copy color: '#9E8B5E'

red 158 ◦ green 139 ◦ blue 94

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

Shades of Teak #9E8B5E

Tints of Teak #9E8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 40.41%
G = 35.55%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E8B5E (or 0x9E8B5E) is known color: Teak. HEX triplet: 9E, 8B and 5E. RGB value is (158,139,94). Sum of RGB (Red+Green+Blue) = 158+139+94=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B5E is #6174A1. Grayscale: #8B8B8B. Windows color (decimal): -6386850 or 6196126. OLE color: 6196126.

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

Color convert

RGB 158 139 94 -
CMYK 0 0.12 0.41 0.38
HSL 42.19º 0.25% 0.49% -
HSV(B) 42.19º 0.41% 0.62% -
XYZ 25.35 26.54 14.38 -
YUV 139.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 158 139 94 0 0.12 0.41 0.38 42.19 0.25 0.49
Hex 9E 8B 5E 0 C 29 26 2A 19 31
Octal 236 213 136 0 14 51 46 52 31 61
Binary 10011110 10001011 1011110 0 1100 101001 100110 101010 11001 110001

Color Harmonies of #9E8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8B5E

Black with #9E8B5E

Text Example


Text Example

White with #9E8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,139,94); }

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

background-color css

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

 a { background-color: rgb(158,139,94); }

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

border-color css

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

 span { border-color: rgb(158,139,94); }

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