#9C8A58

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

Shades of Teak #9C8A58

Tints of Teak #9C8A58

Color information

#9C8A58 (or 0x9C8A58) is unknown color: approx Teak. HEX triplet: 9C, 8A and 58. RGB value is (156,138,88). Sum of RGB (Red+Green+Blue) = 156+138+88=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A58 is #6375A7. Grayscale: #898989. Windows color (decimal): -6518184 or 5802652. OLE color: 5802652.

HSL color Cylindrical-coordinate representation of color #9C8A58: hue angle of 44.12º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C8A58 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15613888-
CMYK00.120.440.39
HSL44.12º27.87%47.84%-
HSV(B)44.12º43.59%61.18%-
XYZ24.5625.9512.95-
YUV137.6899.96141.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=40.84%
G=36.13%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561388800.120.440.3944.1227.8747.84
Hex9C8A580C2C272c1c30
Octal2342121300145447543460
Binary100111001000101010110000110010110010011110110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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