Html Css Color HEX #9E9057 Teak

📋 copy color: '#9E9057'

red 158 ◦ green 144 ◦ blue 87

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

Shades of Teak #9E9057

Tints of Teak #9E9057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 40.62%
G = 37.02%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9E9057 (or 0x9E9057) is known color: Teak. HEX triplet: 9E, 90 and 57. RGB value is (158,144,87). Sum of RGB (Red+Green+Blue) = 158+144+87=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9057 is #616FA8. Grayscale: #8D8D8D. Windows color (decimal): -6385577 or 5738654. OLE color: 5738654.

HSL color Cylindrical-coordinate representation of color #9E9057: hue angle of 48.17º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E9057 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 144 87 -
CMYK 0 0.09 0.45 0.38
HSL 48.17º 0.29% 0.48% -
HSV(B) 48.17º 0.45% 0.62% -
XYZ 25.79 27.9 13.04 -
YUV 141.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 158 144 87 0 0.09 0.45 0.38 48.17 0.29 0.48
Hex 9E 90 57 0 9 2D 26 30 1D 30
Octal 236 220 127 0 11 55 46 60 35 60
Binary 10011110 10010000 1010111 0 1001 101101 100110 110000 11101 110000

Color Harmonies of #9E9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9057

Black with #9E9057

Text Example


Text Example

White with #9E9057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,144,87); }

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

background-color css

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

 a { background-color: rgb(158,144,87); }

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

border-color css

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

 span { border-color: rgb(158,144,87); }

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