#9C8F59

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

Shades of Teak #9C8F59

Tints of Teak #9C8F59

Color information

#9C8F59 (or 0x9C8F59) is unknown color: approx Teak. HEX triplet: 9C, 8F and 59. RGB value is (156,143,89). Sum of RGB (Red+Green+Blue) = 156+143+89=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F59 is #6370A6. Grayscale: #8C8C8C. Windows color (decimal): -6516903 or 5869468. OLE color: 5869468.

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

Color convert

RGB15614389-
CMYK00.080.430.39
HSL48.36º27.35%48.04%-
HSV(B)48.36º42.95%61.18%-
XYZ25.3427.4313.41-
YUV140.7398.81138.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.21%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=40.21%
G=36.86%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561438900.080.430.3948.3627.3548.04
Hex9C8F59082B27301b30
Octal2342171310105347603360
Binary100111001000111110110010100010101110011111000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,143,89); }

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

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

 a { background-color: rgb(156,143,89); }

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

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

 span { border-color: rgb(156,143,89); }

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