#9C9155

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

Shades of Teak #9C9155

Tints of Teak #9C9155

Color information

#9C9155 (or 0x9C9155) is unknown color: approx Teak. HEX triplet: 9C, 91 and 55. RGB value is (156,145,85). Sum of RGB (Red+Green+Blue) = 156+145+85=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9155 is #636EAA. Grayscale: #8D8D8D. Windows color (decimal): -6516395 or 5607836. OLE color: 5607836.

HSL color Cylindrical-coordinate representation of color #9C9155: hue angle of 50.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C9155 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15614585-
CMYK00.070.460.39
HSL50.7º29.46%47.25%-
HSV(B)50.7º45.51%61.18%-
XYZ25.4827.9712.65-
YUV141.4596.14138.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=40.41%
G=37.56%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561458500.070.460.3950.729.4647.25
Hex9C9155072E27331d2f
Octal234221125075647633557
Binary10011100100100011010101011110111010011111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,85); }

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

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

 a { background-color: rgb(156,145,85); }

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

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

 span { border-color: rgb(156,145,85); }

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