#9C9156

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

Shades of Teak #9C9156

Tints of Teak #9C9156

Color information

#9C9156 (or 0x9C9156) is unknown color: approx Teak. HEX triplet: 9C, 91 and 56. RGB value is (156,145,86). Sum of RGB (Red+Green+Blue) = 156+145+86=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9156 is #636EA9. Grayscale: #8D8D8D. Windows color (decimal): -6516394 or 5673372. OLE color: 5673372.

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

Color convert

RGB15614586-
CMYK00.070.450.39
HSL50.57º28.93%47.45%-
HSV(B)50.57º44.87%61.18%-
XYZ25.5227.9912.86-
YUV141.5696.64138.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=40.31%
G=37.47%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561458600.070.450.3950.5728.9347.45
Hex9C9156072D27331d2f
Octal234221126075547633557
Binary10011100100100011010110011110110110011111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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