Html Css Color HEX #9E8B5C Teak

📋 copy color: '#9E8B5C'

red 158 ◦ green 139 ◦ blue 92

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

Shades of Teak #9E8B5C

Tints of Teak #9E8B5C

RGB

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

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

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

R = 40.62%
G = 35.73%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E8B5C (or 0x9E8B5C) is known color: Teak. HEX triplet: 9E, 8B and 5C. RGB value is (158,139,92). Sum of RGB (Red+Green+Blue) = 158+139+92=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B5C is #6174A3. Grayscale: #8B8B8B. Windows color (decimal): -6386852 or 6065054. OLE color: 6065054.

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

Color convert

RGB 158 139 92 -
CMYK 0 0.12 0.42 0.38
HSL 42.73º 0.26% 0.49% -
HSV(B) 42.73º 0.42% 0.62% -
XYZ 25.26 26.51 13.91 -
YUV 139.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 158 139 92 0 0.12 0.42 0.38 42.73 0.26 0.49
Hex 9E 8B 5C 0 C 2A 26 2B 1A 31
Octal 236 213 134 0 14 52 46 53 32 61
Binary 10011110 10001011 1011100 0 1100 101010 100110 101011 11010 110001

Color Harmonies of #9E8B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8B5C

Black with #9E8B5C

Text Example


Text Example

White with #9E8B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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