#9D9257

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

Shades of Teak #9D9257

Tints of Teak #9D9257

Color information

#9D9257 (or 0x9D9257) is unknown color: approx Teak. HEX triplet: 9D, 92 and 57. RGB value is (157,146,87). Sum of RGB (Red+Green+Blue) = 157+146+87=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9257 is #626DA8. Grayscale: #8E8E8E. Windows color (decimal): -6450601 or 5739165. OLE color: 5739165.

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

Color convert

RGB15714687-
CMYK00.070.450.38
HSL50.57º28.69%47.84%-
HSV(B)50.57º44.59%61.57%-
XYZ25.928.4113.14-
YUV142.5696.64138.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=40.26%
G=37.44%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571468700.070.450.3850.5728.6947.84
Hex9D9257072D26331d30
Octal235222127075546633560
Binary10011101100100101010111011110110110011011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,87); }

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

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

 a { background-color: rgb(157,146,87); }

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

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

 span { border-color: rgb(157,146,87); }

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