#9C746C

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

Shades of Hemp #9C746C

Tints of Hemp #9C746C

Color information

#9C746C (or 0x9C746C) is unknown color: approx Hemp. HEX triplet: 9C, 74 and 6C. RGB value is (156,116,108). Sum of RGB (Red+Green+Blue) = 156+116+108=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C746C is #638B93. Grayscale: #7F7F7F. Windows color (decimal): -6523796 or 7107740. OLE color: 7107740.

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

Color convert

RGB156116108-
CMYK00.260.310.39
HSL10º19.51%51.76%-
HSV(B)10º30.77%61.18%-
XYZ22.6620.6416.98-
YUV127.05117.25148.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=41.05%
G=30.53%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611610800.260.310.391019.5151.76
Hex9C746C01A1F27a1434
Octal2341641540323747122464
Binary100111001110100110110001101011111100111101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,108); }

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

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

 a { background-color: rgb(156,116,108); }

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

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

 span { border-color: rgb(156,116,108); }

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