#9D8C5A

Color #9D8C5A Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #9D8C5A

Tints of Teak #9D8C5A

Color information

#9D8C5A (or 0x9D8C5A) is unknown color: approx Teak. HEX triplet: 9D, 8C and 5A. RGB value is (157,140,90). Sum of RGB (Red+Green+Blue) = 157+140+90=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8C5A is #6273A5. Grayscale: #8B8B8B. Windows color (decimal): -6452134 or 5934237. OLE color: 5934237.

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

Color convert

RGB15714090-
CMYK00.110.430.38
HSL44.78º27.13%48.43%-
HSV(B)44.78º42.68%61.57%-
XYZ25.1326.6613.49-
YUV139.38100.13140.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.57%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=40.57%
G=36.18%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571409000.110.430.3844.7827.1348.43
Hex9D8C5A0B2B262d1b30
Octal2352141320135346553360
Binary100111011000110010110100101110101110011010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,140,90); }

 H1.HeaderClassName
 {
   color: #9D8C5A;
 }
 .AnyTagClassName
 {
   color: #9D8C5A;
 }
</style>
background-color css

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

 a { background-color: rgb(157,140,90); }

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

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

 span { border-color: rgb(157,140,90); }

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