#9D9055

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

Shades of Teak #9D9055

Tints of Teak #9D9055

Color information

#9D9055 (or 0x9D9055) is unknown color: approx Teak. HEX triplet: 9D, 90 and 55. RGB value is (157,144,85). Sum of RGB (Red+Green+Blue) = 157+144+85=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9055 is #626FAA. Grayscale: #8D8D8D. Windows color (decimal): -6451115 or 5607581. OLE color: 5607581.

HSL color Cylindrical-coordinate representation of color #9D9055: hue angle of 49.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D9055 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB15714485-
CMYK00.080.460.38
HSL49.17º29.75%47.45%-
HSV(B)49.17º45.86%61.57%-
XYZ25.5227.7712.61-
YUV141.1696.31139.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=40.67%
G=37.31%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571448500.080.460.3849.1729.7547.45
Hex9D9055082E26311e2f
Octal2352201250105646613657
Binary100111011001000010101010100010111010011011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,144,85); }

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

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

 a { background-color: rgb(157,144,85); }

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

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

 span { border-color: rgb(157,144,85); }

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