#9C9053

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

Shades of Teak #9C9053

Tints of Teak #9C9053

Color information

#9C9053 (or 0x9C9053) is unknown color: approx Teak. HEX triplet: 9C, 90 and 53. RGB value is (156,144,83). Sum of RGB (Red+Green+Blue) = 156+144+83=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9053 is #636FAC. Grayscale: #8C8C8C. Windows color (decimal): -6516653 or 5476508. OLE color: 5476508.

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

Color convert

RGB15614483-
CMYK00.080.470.39
HSL50.14º30.54%46.86%-
HSV(B)50.14º46.79%61.18%-
XYZ25.2427.6412.19-
YUV140.6395.48138.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=40.73%
G=37.60%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561448300.080.470.3950.1430.5446.86
Hex9C9053082F27321f2f
Octal2342201230105747623757
Binary100111001001000010100110100010111110011111001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,83); }

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

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

 a { background-color: rgb(156,144,83); }

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

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

 span { border-color: rgb(156,144,83); }

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