#9C8C52

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

Shades of Teak #9C8C52

Tints of Teak #9C8C52

Color information

#9C8C52 (or 0x9C8C52) is unknown color: approx Teak. HEX triplet: 9C, 8C and 52. RGB value is (156,140,82). Sum of RGB (Red+Green+Blue) = 156+140+82=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C52 is #6373AD. Grayscale: #8A8A8A. Windows color (decimal): -6517678 or 5409948. OLE color: 5409948.

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

Color convert

RGB15614082-
CMYK00.100.470.39
HSL47.03º31.09%46.67%-
HSV(B)47.03º47.44%61.18%-
XYZ24.6126.4311.79-
YUV138.1796.3140.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=41.27%
G=37.04%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561408200.100.470.3947.0331.0946.67
Hex9C8C520A2F272f1f2f
Octal2342141220125747573757
Binary100111001000110010100100101010111110011110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,140,82); }

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

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

 a { background-color: rgb(156,140,82); }

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

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

 span { border-color: rgb(156,140,82); }

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