#9C8A54

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

Shades of Teak #9C8A54

Tints of Teak #9C8A54

Color information

#9C8A54 (or 0x9C8A54) is unknown color: approx Teak. HEX triplet: 9C, 8A and 54. RGB value is (156,138,84). Sum of RGB (Red+Green+Blue) = 156+138+84=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A54 is #6375AB. Grayscale: #898989. Windows color (decimal): -6518188 or 5540508. OLE color: 5540508.

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

Color convert

RGB15613884-
CMYK00.120.460.39
HSL45º30%47.06%-
HSV(B)45º46.15%61.18%-
XYZ24.425.8812.1-
YUV137.2397.96141.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=41.27%
G=36.51%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561388400.120.460.39453047.06
Hex9C8A540C2E272d1e2f
Octal2342121240145647553657
Binary100111001000101010101000110010111010011110110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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