#9C9154

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

Shades of Teak #9C9154

Tints of Teak #9C9154

Color information

#9C9154 (or 0x9C9154) is unknown color: approx Teak. HEX triplet: 9C, 91 and 54. RGB value is (156,145,84). Sum of RGB (Red+Green+Blue) = 156+145+84=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9154 is #636EAB. Grayscale: #8D8D8D. Windows color (decimal): -6516396 or 5542300. OLE color: 5542300.

HSL color Cylindrical-coordinate representation of color #9C9154: hue angle of 50.83º degrees, saturation: 0.3, 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 #9C9154 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15614584-
CMYK00.070.460.39
HSL50.83º30%47.06%-
HSV(B)50.83º46.15%61.18%-
XYZ25.4427.9612.44-
YUV141.3395.64138.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=40.52%
G=37.66%
B=21.82%

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
Decimal1561458400.070.460.3950.833047.06
Hex9C9154072E27331e2f
Octal234221124075647633657
Binary10011100100100011010100011110111010011111001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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